-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
geth didn't sync as expected! retrieved hash chain is invalid: invalid gas used #26956
Comments
Maybe you can try resetting block header with |
Can you share some logs from before this incident? |
I got logs below,there is a prysm connection to geth, but still log out "no beacon client seen". prysm log out error beacause of the Bad block as well. ==== log from geth
=== log from prysm ===
|
I have tried to find any api such like setHead() ,even in current master geth source code, but I didn't find one. could you please tell me how? === updated === |
Well, now you know. Crashing geth might unfortunately lead to data corruption. I'm afraid the best course of action from here is to resync from scratch. |
well, |
System information
Geth version:
1.11.4-stable
CL client & version: prysm@v3.2.2
OS & Version: Linux
problem
geth was stuck in this error: Beacon backfilling failed err="retrieved hash chain is invalid: invalid gas used (remote: 8051585 local: 8068685)"
issue #14435 has similar problem,but current geth doesn‘t provide delete or reset apis.
before error occurs
i shutdown geth use kill -9 command,as i want to know what will happen
can i just remove the bad block instead of re-sync from 0?
The text was updated successfully, but these errors were encountered: