-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] Client syncing issues #6
Comments
Related logs for cases where clients stop syncing after a time, in this case 2 clients stopped at the same time. A restart does trigger them to start syncing again, however after less than 500 blocks they stop syncing again, requiring a new restart. |
another case where clients have stopped syncing below with logs below: This took place during the "900 clients connecting to the fringe clients, in a decentralized topology." test. Several clients appear to be quite a distance away from tip, potentially due to "maximum peers reached" but those peers are not synced to tip or some issue related to that. I have included logs of two of our clients that have gotten stopped up in the 260-280k block range on canary net. Note: I only included 1 days' worth of logs but happy to include more if helpful. client2-canary-may15.log snippet from where we initially stalled:
Environment: Running snarkOS commit: [https://github.com/AleoNet/anf-snarkOS/commit/fc340c679960e63612c536d69e71405b77e113f4] |
🐛 Bug Report
A client node running on canary occasionally stops syncing for a long while and does not get up to tip, it does not receive any new blocks from the validator it is connected too and only sees its own height as the tip.
Steps to Reproduce
Unclear on how to exaclty reproduce this, however the following logs get shown on the client where it does not receive any new blocks as it sees itself as the highest height.
A potential related element of this could be that it is refusing connections/disconnecting from the connected validator and unable to make that connection.
Expected Behavior
Clients to keep syncing to the latest tip and keep in sync with their connected peers (validators and clients).
Your Environment
The text was updated successfully, but these errors were encountered: