-
Notifications
You must be signed in to change notification settings - Fork 745
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
Missing chunk in forwards iterator #3455
Comments
On Discord @michaelsproul suggested this might be related to #3433 |
@xrchz Can you please post the output of It might be that because of checkpoint sync your node lacks those chunks, and we're just failing to check that before trying to load them |
|
Based on that it seems like your node should have all blocks and therefore all block roots. Can you please DM me your full debug logs (from |
Added some debugging tools in this PR which might help us get an idea of what happened: #3511 |
Description
I am occasionally seeing logs like this:
This started happening after I turned on the
--builder
option and restarted the beacon node (on Görli) -- the option may be a coincidence.Version
Lighthouse v2.5.1-df51a73
Present Behaviour
Errors are being logged
Expected Behaviour
These errors shouldn't happen
Steps to resolve
Unknown
The text was updated successfully, but these errors were encountered: