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

Gossipsub not supported peers? #6645

Open
AgeManning opened this issue Dec 2, 2024 · 1 comment
Open

Gossipsub not supported peers? #6645

AgeManning opened this issue Dec 2, 2024 · 1 comment
Assignees

Comments

@AgeManning
Copy link
Member

Description

There are quite a few peers on our network that don't support gossipsub and use up some of our peer slots. A quick sample looks like this on mainnet:

Screenshot_select-area_20241202140414

This seems like a bug to me, because it looks like we instantly drop peers of this nature: https://github.com/sigp/lighthouse/blob/unstable/beacon_node/lighthouse_network/src/service/mod.rs#L1342

@AgeManning
Copy link
Member Author

I think this is going to be along the lines of a race condition.

Peers connect, initially not being supported, then disconnect, under a different scheme after being detected.

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

No branches or pull requests

2 participants