Skip to content
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

Recheck backfill state after we finished pipeline sync #9689

Closed
Tracked by #8742
mattsse opened this issue Jul 22, 2024 · 0 comments · Fixed by #9690
Closed
Tracked by #8742

Recheck backfill state after we finished pipeline sync #9689

mattsse opened this issue Jul 22, 2024 · 0 comments · Fixed by #9690
Assignees

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jul 22, 2024

if backfillsync finished we don't do anything yet

FromOrchestrator::BackfillSyncFinished => {
debug!(target: "consensus::engine", "received backfill sync finished event");
self.is_backfill_active = false;
}

we need to check if we can start another sync because we may have received more FCU's in the meantime

@mattsse mattsse self-assigned this Jul 22, 2024
@mattsse mattsse changed the title Recheck pipeline state after we finished pipeline sync Recheck backfill state after we finished pipeline sync Jul 22, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant