-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Same block imported multiple times per second #25788
Comments
When the node is back closer to head, this does not seem to occur anymore. |
So, this seems to be prone to happen particularly in relation to
The database compaction is somewhat like a 'freeze', and it might be that the CL tries to shove block Eventually, we handle the requests in order. And it seems that we actually do reprocess each block, looking at the This means that if we're already under heavy pressure/load, and do a lot of compaction, then we're also doing extra work by chugging through the upcoming blocks over and over again. |
On one of the machines which was a bit behind the head, it seemed to "import" the same block many times -- 4-5 times witin the same second. See e..g
15,545,483
.This might be due to some error in geth, or alternatively some quirk in lighthouse with the way they are feeding us block data.
Todo investigate.
The text was updated successfully, but these errors were encountered: