-
Notifications
You must be signed in to change notification settings - Fork 10
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
nodeos hangs on "terminate called after throwing an instance of 'Serialization::FatalSerializationException'" #866
Comments
@the-smooth-operator, When was the first observed occurrence of this? Can you share:
|
This started happening on Friday 27th of October. config.ini
Most recent logs previous to the error:
|
Fixed using the latest version of spring #982 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the spring upgrade, we have observed that our nodes suddenly stop responding to RPC calls and stop emitting normal logs to only show
terminate called after throwing an instance of 'Serialization::FatalSerializationException'
each ~30minutes:Furthermore, when restarting the process (it restarts gracefully) it always comes up with a corrupted state, so we need to start it from a snapshot, or perform a long replay operation.
While the process is "stuck" there's network activity in the host and the process is still consuming it's memory and using CPU cycles. However disk operations drop to 0.
The text was updated successfully, but these errors were encountered: