Skip to content
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

cometbft process opens and maintains too many (900) connections at p2p port 26656 #1694

Closed
encipher88 opened this issue Jul 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@encipher88
Copy link

cometbft process opens and maintains too many connections at laddr = "tcp://0.0.0.0:26656" - around 900 in close-wait state despite limit max_num_inbound_peers = 40 and max_num_outbound_peers = 10
Screenshot_203
my node seems to be under DDoS attack, terminus interface slows down, but works fine, because of this, i think that weak machines have problems with response time, for example
Interval in seconds between the proposal timestamp and the timestamp of the earliest prevote that achieved a quorum.
Screenshot_205
The value jumps from the norm in 1 -2 seconds to 2 minutes

@encipher88 encipher88 added the bug Something isn't working label Jul 10, 2023
@encipher88
Copy link
Author

change tcp://0.0.0.0:26656 to tcp://127.0.0.1:26656
reconnect to network, 41 peers in/out established but the number of connections that remain in a close wait state grows by 1 every 5 seconds. already 350 after 10 minutes connections

@encipher88
Copy link
Author

New version have fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant