-
Notifications
You must be signed in to change notification settings - Fork 27
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
Excessive logging of P2P handshake messages #790
Comments
heifner
added a commit
that referenced
this issue
Aug 8, 2022
…hake message being sent sync-fetch count times to peer. For example, if the client requested 1000 blocks not available by the node, net_plugin would respond with 1000 handshake messages. Disconnect from peer with benign_other so the peer will move on to a different peer to sync from. This is what we already do for blk_send_branch when a block is not available.
heifner
added a commit
that referenced
this issue
Aug 9, 2022
…gs-3.1 [3.1] Reduce net_plugin handshake messages in case of unavailable blocks
heifner
added a commit
that referenced
this issue
Aug 9, 2022
heifner
added a commit
that referenced
this issue
Aug 10, 2022
[3.1 -> main] Reduce net_plugin handshake messages in case of unavailable blocks
Repository owner
moved this from Todo
to Done
in ENF Engineering
Aug 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing of v3.1.0-rc3 on Jungle.
Reports of excessive log entries:
The text was updated successfully, but these errors were encountered: