Replies: 4 comments
|
If the state is busy committing blocks, then we should speed up the state commit code. (If the syncer pauses while this happens, this is correct behaviour, and it shows that our backpressure is actually working.) |
0 replies
|
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @gustavovalverde @jvff @mpguerra @oxarbitrage @upbqdn |
0 replies
|
Please add your planning poker estimate with ZenHub @teor2345 |
0 replies
|
This isn't causing us any issues right now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Motivation
The block synchronizer sometimes restarts when it all of the fanned out extend tip requests time out. When that happens, it can take a few minutes (5-15 minutes) for new blocks to start being downloaded because the request to obtain the block locator from takes a while to be processed by the state service. This happens because the state is busy committing checkpointed finalized blocks.
It would be nice to see if this can be improved to improve the synchronization performance.
Related Work
PRs:
Tickets:
All reactions