-
Notifications
You must be signed in to change notification settings - Fork 35
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
Root not found in tree error hangs the node (Sepolia long run) #1309
Comments
This was not related to pruning as I originally thought. Here is a particular example where pruning wasn't involved. Something to be mindful about is that the error was pointing to a block that we added at the start of the following log, and that was correctly processed and not reorged in Sepolia (https://sepolia.etherscan.io/block/6790864#consensusinfo)
|
In #1316 I was able to check that the store is in al old state and that cause the setting of the block as invalid:
Either way the root cause is the same, the tree manage in the Recomputing head |
Resolved by #1318 |
This is something that could happen along the node executions but is easily reproducible on the initial setup. After the initial sync and some time running (a couple of minutes) an initial pruning kicks in and for some reason it generates a slot in the future error, here is an example log:
This happens to kick in sync again and and may trigger #1308 issue.
The text was updated successfully, but these errors were encountered: