-
Notifications
You must be signed in to change notification settings - Fork 249
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
Node fails during sync. with writer-errors #570
Comments
This is a known issue in LevelDB that is also present in Ethereum. Are you sure all stops were graceful? A single SIGKILL or a power outage at the wrong time will lead to this corruption. |
I've read that thread too, did not suggest a real solution. Thanks! |
@ifavo Was the node ever abnormally killed, before the error? |
Not that I was aware of, it is a fresh one that was running for ~48hrs, but as always with these things, I can not be a 100% certain. I am however certain that it was running for ~24hrs without interruption before the error. I am syncing in a screen at the moment and stopped with CTRL+C at beginning a few times, because I wanted to test a few parameters (bootnode, peers, cache, etc.). |
OS Version:
CentOS 7
Commit hash : (if develop)
61788ddef7058e3966cea8e9067a22bb0360fbd1
Expected behavior
Continuous synchronizing
Actual behavior
stopping and restarting continues after the error:
Steps to reproduce the behavior
no reproduction instructions available:
./bin/thor --network main --data-dir /data/main --api-addr localhost:18669 --p2p-port 21235 --api-cors '*'
The text was updated successfully, but these errors were encountered: