-
Notifications
You must be signed in to change notification settings - Fork 781
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
Failed to build beacon chain: Head block not found in store #2028
Comments
Did you see any other database-related warnings before the error started occurring? Did your disk fill up/did you experience a power outage/anything else unusual? Are you running on a VPS? Bare metal? Under a hypervisor/VM? Did you see any segfaults? Sorry for the barrage of questions, but this is really the best way for us to work out under what conditions these errors occur 😅 In the meantime, you'll have to purge your database and resync to get back online ( Potentially related issues: |
I am often on the other end of the issues so I totally understand :) Running currently on AWS EC2 using Docker(ECS), single c5.xlarge instance .
Lighthouse containers have a bind mount from /data/lighthouse to /var/lib/lighthouse /data is a 120GB general purpose EBS volume with 105GB free space. Went through the logs to see where this MissingBeaconBlock started:
|
Very interesting. Thank you so much for the log. I haven't seen that |
FYI I have added quite arbitrary memory limits to the Docker processes in ECS since it doesn't let you start a task without a limit. For beacon process I had 2500 (which I now changed to 3000 since the geth node was not really using its share). |
That probably caused the allocation error, but I've found the reason we weren't recovering (a non-atomic update to the fork choice datastructure). Looking into possible fixes now. Thank you |
Hi I'm also experiencing "Head block not found in store" on version v2.1.5-9bc9527 |
(I'm just going to post it here to save time) My beacon node has been working for almost a year correctly on mainnet but now it won't start. Here is my log:
|
Description
Beacon chain was working properly on Pyrmont for a few days and then it stopped and doesn't start up again.
Version
Lighthouse/v1.0.3-65dcdc36+
Present Behaviour
Beacon chain stops right after starting up with error: Failed to build beacon chain: Head block not found in store
Logs from before restarting it
Expected Behaviour
It should start up
The text was updated successfully, but these errors were encountered: