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.) |
Beta Was this translation helpful? Give feedback.
-
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @gustavovalverde @jvff @mpguerra @oxarbitrage @upbqdn |
Beta Was this translation helpful? Give feedback.
-
Please add your planning poker estimate with ZenHub @teor2345 |
Beta Was this translation helpful? Give feedback.
-
This isn't causing us any issues right now. |
Beta Was this translation helpful? Give feedback.
-
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:
Beta Was this translation helpful? Give feedback.
All reactions