-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
High regen queue job wait time #5384
Comments
@tuyennhv for this type of metric is best to capture the histogram to understand the real distribution of values through a longer timeframe. That would allow to answer the question: what % of regen jobs over a day take > 1s |
@dapplion it's about 25% of them take >1s this issue happens randomly on stable mainnet node but more consistently on unstable mainnet node (could be because unstable likely validate all attestations with the new gossip) |
Sometimes update: should investigate the long epoch transition in #5409 |
Describe the bug
With the new gossip flow, the Job Wait Time of regen queue is almost 1s, this is likely one of the reason of I/O lag issue
right now the regen queue length is limited to 16 to accept new gossip work
Expected behavior
Question
lodestar/packages/beacon-node/src/chain/validation/attestation.ts
Line 139 in 3ee1d8a
The text was updated successfully, but these errors were encountered: