You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #727 , peer-manager ensure min of D peers are maintained.
But, in order for gossipSub to be efficient, metadata only peers are also to be maintained.
This doesn't impact any performance with current approach but in long run may have an impact on serviceNode and relay nodes.
But, this information of whether a peer is fullMesh or metadata only is not available at Waku-layer and hence would require changes to go-libp2p-pubsub to expose this info so that peerManager can take decisions accordingly.
Suggested solution
To be analyzed if there are any alternatives.
Acceptance criteria
Verify that both fullMesh and metadata only peer connections are maintained for all subscribed shards or pubSubTopics.
The text was updated successfully, but these errors were encountered:
Problem
With #727 , peer-manager ensure min of D peers are maintained.
But, in order for gossipSub to be efficient, metadata only peers are also to be maintained.
This doesn't impact any performance with current approach but in long run may have an impact on serviceNode and relay nodes.
But, this information of whether a peer is fullMesh or metadata only is not available at Waku-layer and hence would require changes to go-libp2p-pubsub to expose this info so that peerManager can take decisions accordingly.
Suggested solution
To be analyzed if there are any alternatives.
Acceptance criteria
Verify that both fullMesh and metadata only peer connections are maintained for all subscribed shards or pubSubTopics.
The text was updated successfully, but these errors were encountered: