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

state sync hangs on genesis #1034

Open
lklimek opened this issue Jan 24, 2025 · 0 comments
Open

state sync hangs on genesis #1034

lklimek opened this issue Jan 24, 2025 · 0 comments

Comments

@lklimek
Copy link
Collaborator

lklimek commented Jan 24, 2025

Expected Behavior

On genesis, state sync should not block sync progress.

Current Behavior

  1. Nodes wait for 2 peers that can be source of state sync, but none is available as all are on genesis and waiting.
  2. We only check available snapshots when new nodes are connected, so if meanwhile the peer will get synced and get some snapshots, we will not notice it and will block indefinitely.

Possible Solution

Refactor the waiting logic.

@lklimek lklimek added bug Something isn't working and removed bug Something isn't working labels Jan 24, 2025
@lklimek lklimek moved this to Todo in Platform team Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant