-
Notifications
You must be signed in to change notification settings - Fork 379
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
Sudden gaps in turbine load #4965
Comments
Duration smells like vote lockout. Though a vote lockout shouldn’t really influence retransmit. Check logs around that time for something like “waiting to switch forks” |
|
Looks like we're stuck until refresh. Notice at the end of every bathtub, there is a spike in refresh votes and long partition resolution count. Reducing refresh interval should fix this. @AshwinSekar is cooking |
Just checked how much latency we are adding per shred during
So it would seem that we are moving shreds as fast as we realistically can, or at least close to it |
Refresh interval reduction landed in v2.2. We should still diagnose the issue on why the votes are failing to propagate in the first place:
I'm in favor of backporting the reduction to v2.1 #4608, however we should make sure to solve this properly |
Problem
The load on turbine retransmit stage has a tendency to get 1-2 minute long "gaps" like this:

This happens on both testnet and mainnet.
The text was updated successfully, but these errors were encountered: