Skip to content

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

@gabrielmer

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't workingeffort/hoursEstimated to be completed in a few hours

Type

No type

Projects

  • Status

    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions