-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Block receipts missing, can't freeze block #25913
Comments
Hi, I have similar error : |
When did you do the initial sync with your nodes? Do you have a log containing |
Initial sync was made early September. For your log entry I have this : {"lvl":"info","msg":"Loaded last fast-sync pivot marker","number":15753187,"t":"2022-10-28T21:36:04.705328393Z"} |
did you use kill -9 to stop geth(forced)? |
Unfortunately Docker do it for me when updating |
How can you get out of this situation? |
Can I fix the error block manually? |
Got these from a friend |
Same issue, Geth version: v1.10.26 Can it be resolved without resync? Update: |
If you are using Docker, make sure to set the stop_grace_period to like 3m. Docker's default stop grace period is 10s, which is way to short for a clean geth stop |
Not working when using Swarm : moby/moby#36955 |
@hotcoin-walle FWIW I can confirm that's definitely what happened to me, I didn't gracefully shutdown the node |
I saw this on a friend's holesky node today.
They were running from genesis. Unfortunately did not still have the logs from around when the client started, but did state the machine was choked at the beginning and fell behind before the chain cooled off and they were able to catch back up. |
System information
Geth version: v1.10.25
CL client & version: [email protected]
OS & Version: Docker on Linux
Expected behaviour
No error entry in logs
Actual behaviour
Every minute I've got this entry in my logs :
It's looks like issue #20239 but on block 15540785 on the main net.
The text was updated successfully, but these errors were encountered: