You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions
Just start a witness node with empty database v.3.2.0 on Ubuntu 18.4 . Just wait a few hours. Bug Description
I've started a single witness node on an empty database with default settings. Update seed nodes from http://status.bitsharesnodes.com/ After a few hours Daemon stops p2p traffic. Does nothing no I/O or no log. Last log given by daemon (on top)
Compile via commands given in documentation /usr/local/bin/witness_node --data-dir=/home/ubuntu/data/btsdata/trusted_node --rpc-endpoint=127.0.0.1:8090
This bug can also be created, updating seed list then trying with --resync-blockchain
Expected Behavior
Sync normally
Host Environment
Amazon LightSail 16 GB RAM, 4 vCPUs, 320 GB SSD + additional 128GB disk
Linux node-bts-bitshares 4.15.0-1043-aws #45-Ubuntu SMP Mon Jun 24 14:07:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
libboost-all-dev 1.65.1.0ubuntu1 amd64
openssl 1.1.1-1ubuntu2.1~18.04.3 amd64
Bitshares-core checkout at 3.2.0 tag
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
API (the application programming interface)
Build (the build process or something prior to compiled code)
CLI (the command line wallet)
Deployment (the deployment process after building such as Docker, Travis, etc.)
DEX (the Decentralized EXchange, market engine, etc.)
P2P (the peer-to-peer network for transaction/block propagation)
Performance (system or user efficiency, etc.)
Protocol (the blockchain logic, consensus, validation, etc.)
Security (the security of system or user data, etc.)
UX (the User Experience)
Other (please add below)
The text was updated successfully, but these errors were encountered:
The log indicates that the node failed to (partially) replay from a local cache of object database, probably related to #946, which means the local cache is corrupted or unclean. Restarting witness_node with --replay-blockchain option would fix the local cache.
It seems that the node tried to push the same block twice. I'm not sure if it's related to #1679 or #1703.
I can confirm that this bug no longer exist after 3.2.1 patch. I could able to replay-blockhain as well. Now my witness node works as expected. Thank you. If you need further investigation, let me know I can re-open this issue.
Instructions
Just start a witness node with empty database v.3.2.0 on Ubuntu 18.4 . Just wait a few hours.
Bug Description
I've started a single witness node on an empty database with default settings. Update seed nodes from http://status.bitsharesnodes.com/ After a few hours Daemon stops p2p traffic. Does nothing no I/O or no log. Last log given by daemon (on top)
Details here: https://i.imgur.com/SiuHJA1.png
Impacts
Sync stops. No P2P traffic.
Steps To Reproduce
/usr/local/bin/witness_node --data-dir=/home/ubuntu/data/btsdata/trusted_node --rpc-endpoint=127.0.0.1:8090
This bug can also be created, updating seed list then trying with
--resync-blockchain
Expected Behavior
Sync normally
Host Environment
Amazon LightSail 16 GB RAM, 4 vCPUs, 320 GB SSD + additional 128GB disk
Linux node-bts-bitshares 4.15.0-1043-aws #45-Ubuntu SMP Mon Jun 24 14:07:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
libboost-all-dev 1.65.1.0ubuntu1 amd64
openssl 1.1.1-1ubuntu2.1~18.04.3 amd64
Bitshares-core checkout at 3.2.0 tag
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
The text was updated successfully, but these errors were encountered: