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

bug: excess relay connections are not being properly pruned #3063

Closed
gabrielmer opened this issue Sep 27, 2024 · 1 comment · Fixed by #3065 or #3077
Closed

bug: excess relay connections are not being properly pruned #3063

gabrielmer opened this issue Sep 27, 2024 · 1 comment · Fixed by #3065 or #3077
Assignees
Labels
bug Something isn't working effort/hours Estimated to be completed in a few hours

Comments

@gabrielmer
Copy link
Contributor

Problem

In the waku.sandbox fleet, we noticed that relay peers were consuming all the configured libp2p connections.

Looking further at the logs, we found that there's an excess of in connections not being properly taken care of

    
topics="waku node peer_manager" tid=1 file=peer_manager.nim:981 inRelayConns=252/134 outRelayConns=46/66 totalConnections=300/300 notConnectedPeers=2028 outsideBackoffPeers=2028

Expected behavior

The node should properly prune excess peer connections and respect its targets

@gabrielmer gabrielmer added the bug Something isn't working label Sep 27, 2024
@gabrielmer gabrielmer self-assigned this Sep 27, 2024
@gabrielmer gabrielmer moved this to Priority in Waku Sep 27, 2024
@gabrielmer gabrielmer added the effort/hours Estimated to be completed in a few hours label Sep 27, 2024
@gabrielmer gabrielmer moved this from Priority to In Progress in Waku Sep 27, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Waku Sep 27, 2024
@gabrielmer gabrielmer changed the title bug: excess relayin connections are not being properly pruned bug: excess relay connections are not being properly pruned Oct 1, 2024
@gabrielmer
Copy link
Contributor Author

Reopening the issue as now that we controlled in connections, we see excess out connections in waku.sandbox
Investigating it

@gabrielmer gabrielmer reopened this Oct 1, 2024
@gabrielmer gabrielmer moved this from Done to In Progress in Waku Oct 1, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Waku Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort/hours Estimated to be completed in a few hours
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant