-
Notifications
You must be signed in to change notification settings - Fork 115
SyncTracker log warnings #201
Comments
In my opinion, this is not ok and should be fixed. I inspected the code, and I think this is due to a problem in the handshake logic. Note the following:
From the observations above, we can conclude that the warnings appear because we are disconnecting from a peer with whom we have never successfully handshaked. Maybe the appropriate solution to this problem would be call |
@catena2w @kushti, another thing I noticed is that the peer disconnection logic currently seems to be more complex and messy than it needs to be. |
So, in summary, here is how I propose that we address this issue and improve code quality:
|
Ergo node have quite a lot of warnings like:
If it's ok, it's better to reduce log level for this messages, or fix them.
The text was updated successfully, but these errors were encountered: