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

[5.0] Also need to switch to lib_catchup if in head_catchup when starting to sync #2133

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Jan 24, 2024

If you are starting to sync with a node then you expect to be in lib_catchup. Need to switch to lib_catchup even if you are in head_catchup. Observed node not syncing when LIB was stuck in an integration test. The node would remain in head_catchup and never switch to lib_catchup. Since the sync-fetch-span was set to 5, it would keep syncing the same 5 blocks and never leave head_catchup.

@heifner heifner added the OCI Work exclusive to OCI team label Jan 24, 2024
@heifner heifner merged commit 3ca55ec into release/5.0 Jan 25, 2024
57 checks passed
@heifner heifner deleted the net-lib-catchup branch January 25, 2024 12:59
@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: BUG
summary: Check and switch to lib_catchup when starting to sync.
Note:end

@heifner heifner added this to the Leap v5.0.1 milestone Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants