-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Light mode (not looking for peers ?) #21880
Comments
Downloaded geth-linux-amd64-1.9.23-8c2f2715 , now it looks better INFO [11-20|16:10:03.070] Looking for peers peercount=0 tried=11 static=0 |
Just to chime in here ... I'm seeing pretty much the same thing with v1.9.24. It will not find any peers. For me it prints out the usual first 15 lines or so, ending with
and then it just sits there and does nothing ... for hours. I downgraded to v1.9.23 and everything is back to normal. |
Sorry, my mistake, I accidentally disabled DNS discovery (regardless of the --nodiscover flag) and did not notice because my client already had known peers in the server pool. Fixed by #21906 |
Geth VERSION: 1.9.24-stable-cc05b050
I've been using Geth with Light mode for 1 year, after a server reboot, it always take a few hours to find a peer.
But this time things looks different , the
Looking for peers
appears to have bigger intervals.Also many
tried=0
... never saw that behavior before.Nov 20 01:23:30 vultr.guest geth[2987]: INFO [11-20|01:23:30.799] Looking for peers peercount=0 tried=0 static=0
Nov 20 01:08:14 vultr.guest geth[2987]: INFO [11-20|01:08:14.799] Looking for peers peercount=0 tried=0 static=0
Nov 20 00:51:13 vultr.guest geth[2987]: INFO [11-20|00:51:13.799] Looking for peers peercount=0 tried=1 static=0
Nov 20 00:50:38 vultr.guest geth[2987]: INFO [11-20|00:50:38.799] Looking for peers peercount=0 tried=0 static=0
The text was updated successfully, but these errors were encountered: