-
Notifications
You must be signed in to change notification settings - Fork 239
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
TCP libp2p port not responding at times #5004
Comments
The node stops accepting new connections when it is full |
Okay:
|
Yes, once they reach --max-peers, they will ignore connections (to be more precise, they won't call |
Doesn't seem related to max peers limit to me:
Clearly not at a limit, and the port seems unresponsive to TCP handshakes. |
Probable fix: vacp2p/nim-libp2p#916 |
#5102 seems to have fixed this for good, please re-open if it happens again |
Describe the bug
A weird behavior has been observed on our test fleets where the libp2p TCP port appears as if it's not responding at times:
But it's not consistent, since sometimes they do respond, and they they do not.
Additional context
No firewall issues have been found, this appears to be an issue with the nodes themselves.
I have observed the behavior in both
stable
andtesting
but inunstable
so far.The text was updated successfully, but these errors were encountered: