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

PeerManager dials same peer multiple times in a row #3807

Closed
dapplion opened this issue Feb 28, 2022 · 5 comments
Closed

PeerManager dials same peer multiple times in a row #3807

dapplion opened this issue Feb 28, 2022 · 5 comments
Labels
scope-networking All issues related to networking, gossip, and libp2p.

Comments

@dapplion
Copy link
Contributor

Describe the bug

debug logs in a prater beacon node show that PeerManager + Discover modules dial the same peer +30 times in a row. Probably it's not tracking active dials so it believes it's a new peer maybe?

Expected behavior

Dial each peer once

Steps to Reproduce

Run prater

@philknows philknows added the scope-networking All issues related to networking, gossip, and libp2p. label Mar 22, 2022
@philknows
Copy link
Member

Must dig into libp2p and see what's happening with this one.

@stale
Copy link

stale bot commented Sep 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta-stale Label for stale issues applied by the stale bot. label Sep 21, 2022
@philknows
Copy link
Member

Is anyone else still seeing this issue post-v1.0.0 ?

@philknows philknows removed the meta-stale Label for stale issues applied by the stale bot. label Sep 23, 2022
@dapplion
Copy link
Contributor Author

Is anyone else still seeing this issue post-v1.0.0 ?

For context: To check if the issue is happening once must analyze debug logs in detail on a node that's just starting and compare aggregate the list of logs "dialing discovered peer "

@philknows
Copy link
Member

Stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope-networking All issues related to networking, gossip, and libp2p.
Projects
None yet
Development

No branches or pull requests

2 participants