-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: failed to extend chain: leveldb/table: corruption on data-block (pos=369440): checksum mismatch, want=0x1ebba72e got=0x9a72ab32 [file=283423.ldb] #941
Comments
Hi @WesleyLiu0717 - wanted couple of clarifications:
|
Hi @vsmk98
|
Thanks @WesleyLiu0717 . Analysing the same. Will revert back. |
Hi @WesleyLiu0717
You can refer to the list of issues below that were raised in ethereum for the same problem: |
Hi @amalrajmani |
Please re-open with the details if the issue wasn't solved. |
@WesleyLiu0717 did you resolve the issue? |
System information
Geth version:
Geth
Version: 1.8.18-stable
Git Commit: 20c95e5
Quorum Version: 2.4.0
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1337
Go Version: go1.11.13
Operating System: linux
OS & Version: Linux ubuntu18.04
Expected behaviour
The node can continuously confirm transaction under 300 tx/s input rate.
If the node crashes, it can be repaired after we restart the node.
Actual behaviour
After 11.5 hours, the node crashed.
panic: failed to extend chain: leveldb/table: corruption on data-block (pos=369440): checksum mismatch, want=0x1ebba72e got=0x9a72ab32 [file=283423.ldb]
Restart the node and crash again
CRIT [02-13|10:05:15.666] Failed to store last header's hash err="leveldb/table: corruption on data-block (pos=369440): checksum mismatch, want=0x1ebba72e got=0x9a72ab32 [file=283423.ldb]"
Steps to reproduce the behaviour
Setting: 3 nodes using raft consensus
I use JRPC to send 100 transactions to each node (total 300 tx/s).
This problem occurs two times in my leader change experiment.
P.S. The other two nodes continuously generate blocks.
The text was updated successfully, but these errors were encountered: