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
If the tcp or ssl socket has an error or closes during a fullsync, the coordinator exits abnormally. This means a full sync would need to be completely restarted if there's just a network blip. Given that a full sync can take a very long time, it would be favorable to attempt to re-establish the connection instead while keeping as much state alive as possible.