You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On genesis, state sync should not block sync progress.
Current Behavior
Nodes wait for 2 peers that can be source of state sync, but none is available as all are on genesis and waiting.
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.
The text was updated successfully, but these errors were encountered:
Expected Behavior
On genesis, state sync should not block sync progress.
Current Behavior
Possible Solution
Refactor the waiting logic.
The text was updated successfully, but these errors were encountered: