This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Finalizing blocks appears to be slow when checkpointing large blocks #3438
Labels
C-cleanup
Category: This is a cleanup
C-enhancement
Category: This is an improvement
I-slow
Problems with performance or responsiveness
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:
The text was updated successfully, but these errors were encountered: