Skip to content
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

Error in block freeze operation #30893

Open
gunanshuCN opened this issue Dec 11, 2024 · 2 comments
Open

Error in block freeze operation #30893

gunanshuCN opened this issue Dec 11, 2024 · 2 comments

Comments

@gunanshuCN
Copy link

gunanshuCN commented Dec 11, 2024

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.
@gunanshuCN gunanshuCN changed the title Keystore file ... already in use Error in block freeze operation Dec 11, 2024
@rjl493456442
Copy link
Member

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?

@MariusVanDerWijden
Copy link
Member

@gunanshuCN have you had an unclean shutdown? (e.g. docker kill or something like shutting down the computer without powering down the vm?) Could you show us your startup logs if you still use the node or have you resynced in the meantime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants