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

Improve finding peers #7626

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

pinges
Copy link
Contributor

@pinges pinges commented Sep 17, 2024

PR description

I encountered a besu node that stopped syncing because it had no peers and the handshake with any peer that it was trying to connect to timed out.
To make sure that the peers that we add to our peer table work correctly after bonding with a peer on the discovery level we try to connect to them on the rlpx level, and when this fails with a timeout exception we do not add them to the peer table.

@pinges pinges enabled auto-merge (squash) September 20, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant