We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
We need a strategy to prioritize peers to disconnect. At least we need to select peers with least long-lived subnets to disconnect, refer to https://github.com/sigp/lighthouse/blob/1829250ee4df6c4e69687ccdcc69ab79d968e986/beacon_node/lighthouse_network/src/peer_manager/mod.rs#L883
Describe the solution you'd like
Work on this TODO:
TODO
lodestar/packages/lodestar/src/network/peers/utils/prioritizePeers.ts
Line 97 in bdeef8d
New metrics to show long-lived subnets of our peers and track it over time to make sure that's an improvement
Any changes to the network/peer manager are critical so need to test the work carefully
The text was updated successfully, but these errors were encountered:
Good follow up step to gossipsub resolution.
Sorry, something went wrong.
close via #3955
No branches or pull requests
Is your feature request related to a problem? Please describe.
We need a strategy to prioritize peers to disconnect. At least we need to select peers with least long-lived subnets to disconnect, refer to https://github.com/sigp/lighthouse/blob/1829250ee4df6c4e69687ccdcc69ab79d968e986/beacon_node/lighthouse_network/src/peer_manager/mod.rs#L883
Describe the solution you'd like
Work on this
TODO
:lodestar/packages/lodestar/src/network/peers/utils/prioritizePeers.ts
Line 97 in bdeef8d
New metrics to show long-lived subnets of our peers and track it over time to make sure that's an improvement
Any changes to the network/peer manager are critical so need to test the work carefully
The text was updated successfully, but these errors were encountered: