We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My Geth network was running smoothly for nearly five weeks. Suddenly, it halted, and I found the following error in the logs:
INFO [12-11|05:48:06.330] Rewound to block with state number=180,000 hash=518745..e59f5f ERROR[12-11|05:48:41.480] Error in block freeze operation err="canonical hash missing, can't freeze block 259300" ERROR[12-11|05:49:41.526] Error in block freeze operation err="canonical hash missing, can't freeze block 256565" ERROR[12-11|05:50:41.476] Error in block freeze operation err="canonical hash missing, can't freeze block 253620" ERROR[12-11|05:51:41.487] Error in block freeze operation err="canonical hash missing, can't freeze block 250683" ERROR[12-11|05:52:41.484] Error in block freeze operation err="canonical hash missing, can't freeze block 247879" ERROR[12-11|05:53:41.485] Error in block freeze operation err="canonical hash missing, can't freeze block 245117" ERROR[12-11|05:54:41.481] Error in block freeze operation err="canonical hash missing, can't freeze block 242396" ERROR[12-11|05:55:41.508] Error in block freeze operation err="canonical hash missing, can't freeze block 239566" ERROR[12-11|05:56:41.509] Error in block freeze operation err="canonical hash missing, can't freeze block 236693" ERROR[12-11|05:57:41.495] Error in block freeze operation err="canonical hash missing, can't freeze block 233826" ERROR[12-11|05:58:41.478] Error in block freeze operation err="canonical hash missing, can't freeze block 231081" ERROR[12-11|05:59:41.487] Error in block freeze operation err="canonical hash missing, can't freeze block 228301"
Environment Details:
Plenty of storage space available on the VM (~75% in use). Running Teku for the consensus layer.
The text was updated successfully, but these errors were encountered:
Can you provide a bit more logs?
Looks like your node is in recovery mode after the unclean shutdown and somehow the chain segment to be frozen is missing.
Is it the ethereum mainnet? Or some private networks?
Sorry, something went wrong.
No branches or pull requests
My Geth network was running smoothly for nearly five weeks. Suddenly, it halted, and I found the following error in the logs:
Environment Details:
The text was updated successfully, but these errors were encountered: