-
Notifications
You must be signed in to change notification settings - Fork 638
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 crash on state sync #4137
Comments
Reproduced the crash, it happens in rocksdb background compaction. Investigating |
crashing in CompactionPicker::GetRange, somehow |
From some other reports we received, it seems that this error is triggered when the node runs out of memory. @mikhailOK |
The hypothesis is that an out of memory crash can put rocksdb in an inconsistent state, which is what leads to the following crash in compaction. The memory issue is fixed in 1.18.1, the next step would be to implement #3266 because current way of shutting down might also be a risk. Ending the investigation for now. |
No action item here. Closing |
As reported by a validator, their node on testnet crashed while trying to do state sync:
I wonder whether something crashed in rocksdb @mikhailOK
The text was updated successfully, but these errors were encountered: