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

Early Exception on Holesky about establishing discovery connection #7042

Open
kamilchodola opened this issue May 17, 2024 · 5 comments
Open

Comments

@kamilchodola
Copy link
Contributor

On Holesky already few times I saw that right after startup we have this exception:

16 May 19:27:40 | Error when establishing discovery connection System.Net.Sockets.SocketException (22): Invalid argument
Error: Exception found in Docker logs.
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at DotNetty.Transport.Channels.Sockets.SocketDatagramChannel.DoBind(EndPoint localAddress)
   at DotNetty.Transport.Channels.AbstractChannel.AbstractUnsafe.BindAsync(EndPoint localAddress)
--- End of stack trace from previous location ---
   at DotNetty.Transport.Bootstrapping.AbstractBootstrap`2.DoBindAsync(EndPoint localAddress)

Seems like it does not affect sync process but maybe some of the peers from bootnodes are not capable to connect well and we miss some potential early sync stage peers to speed it up a little.

@LukaszRozmej
Copy link
Member

What OS was it?

@kamilchodola
Copy link
Contributor Author

@LukaszRozmej
Copy link
Member

Can you include new logs from PR when this happens again?

@kamilchodola
Copy link
Contributor Author

Sure

@kamilchodola
Copy link
Contributor Author

Unable to reproduce now for some reason =- will keep the issue to monitor it for a while.

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

No branches or pull requests

2 participants