-
Notifications
You must be signed in to change notification settings - Fork 779
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
Fresh full node start results in spam of 🔍 Discovered new external address for our node
#7207
Comments
I suspect this is coming from libp2p implementation on substrate side:
In litep2p we wait for 2 confirmations on the same address from different peers before propagating the address
|
Can confirm that it does not happen for litep2p |
This sounds reasonable to me. One question is why we are seeing this just now, you think this broke with the most recent libp2p upgrade? |
There has been quite a few refactors / changes to the port reuse, I expect they are coming from:
Other issue on origin/masterOn the side, our origin/master libp2p does not contain the following fix for TCP:
This is a bit concerning, as the changelog suggest the Will need to double check this, maybe there was a point release from another branch |
|
When starting a new node like so:
Results in the logs getting flooded with new address discoveries for different ports:
This continues for minutes/hours. I encountered this issue on a scaleway dev machine, can easily be reproduced there.
cc @paritytech/networking
The text was updated successfully, but these errors were encountered: