[r3.4] SpawnStageHistoryDownload: didn't support graceful restart#20766
Merged
Conversation
SpawnStageHistoryDownload: didn't support graceful restart
sudeepdino008
approved these changes
Apr 24, 2026
AskAlexSharov
added a commit
to Sahil-4555/erigon
that referenced
this pull request
Apr 28, 2026
Cherry-picks of PRs from release/3.4 that were missing from main. - erigontech#20778 rpc/mcp: fix tools/call hanging indefinitely under DB load - erigontech#20775 tracing: fix prestateTracer diff mode missing deleted accounts (flaky) - erigontech#20766 SpawnStageHistoryDownload: didn't support graceful restart - erigontech#20659 cl: move stats logging outside of mutex --------- Co-authored-by: bloxster <40316187+bloxster@users.noreply.github.com> Co-authored-by: Bloxster <bloxster@proton.me> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: lupin012 <58134934+lupin012@users.noreply.github.com> Co-authored-by: info@weblogix.biz <admin@10gbps.weblogix.it>
lupin012
added a commit
that referenced
this pull request
May 2, 2026
Cherry-picks of PRs from release/3.4 that were missing from main. - #20778 rpc/mcp: fix tools/call hanging indefinitely under DB load - #20775 tracing: fix prestateTracer diff mode missing deleted accounts (flaky) - #20766 SpawnStageHistoryDownload: didn't support graceful restart - #20659 cl: move stats logging outside of mutex --------- Co-authored-by: bloxster <40316187+bloxster@users.noreply.github.com> Co-authored-by: Bloxster <bloxster@proton.me> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: lupin012 <58134934+lupin012@users.noreply.github.com> Co-authored-by: info@weblogix.biz <admin@10gbps.weblogix.it>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SpawnStageHistoryDownloadwas called withcontext.Background()instead of the stage'sctx, so Ctrl+C during history download was ignored — the process wouldn't exit gracefully until the download finished.