-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Geth 1.10.15 fails to sync with Ropsten #24202
Comments
Update: Adding |
We're seeing the same errors. For background, we've been using |
Without logs as to see what Geth is outputting, we have no idea. Sync failures can occur now and agian, question is what happens in between. |
We see the errors from a 1.10.13 -> 1.10.15 upgrade (not a fully sync). The node was only 15 or so blocks behind; whatever time it took to stop, upgrade the binary, and restart. Switching back to 1.10.13 the node continues on fine, and back to 1.10.15 it immediately cannot sync. On a side note, Ropsten is already in a pretty precarious position -- just a default sync, i.e. Here's the start of a the logs:
It continues on like this for some time (about 5 minutes). Of note
until the process is force-stopped |
The same happens to us, migrating from 1.10.13 to 1.10.15, the only difference is that we are on a full node. It's pretty hard to post some logs, because after bouncing back and fort between |
The same here with the same configuration
the |
Thanks for the reports. I believe #24210 solves this problem, please let us know if it does. |
This issue should be now fixed on master. It will land in the next stable release, but until then it would be nice if someone could verify that it indeed fixes it for you. |
1.10.15 + a cherry pick of #24210 syncs on Ropsten correctly 🙂 |
Will this version be released soon? |
It will probably follow out biweekly release schedule. So in 1-2 weeks. |
We just hit this issue too on Ropsten, I'll do the same cherry-pick tomorrow and verify. What's odd is that we have 7 different node configurations that we run on Ropsten, six of them hit the issue but the 7th seems fine, as do all our Rinkeby and Goerli nodes, I'll look into it more tomorrow. edit: Can confirm that the 6 configs use |
Should be fixed in the upcoming release, please update. |
System information
Geth version: 1.10.15-stable
OS & Version: Debian GNU/Linux 9.6 (stretch)
Commit hash : 8be800f
Expected behaviour
Geth syncs with Ropsten.
Actual behaviour
Geth fails to sync with Ropsten, logging a lot of the following warnings:
Whitelist challenge timed out, dropping
Synchronisation failed, dropping peer
Synchronisation failed, retrying err="shutting down"
Steps to reproduce the behaviour
I've just updated Geth from 1.10.14-stable to 1.10.15-stable.
Backtrace
N/A
CLI options
--ropsten --http --http.addr '0.0.0.0' --http.port 8545 --http.api eth,net,web3,personal,rpc --http.corsdomain '*' --http.vhosts '*' --ws --ws.port 8546 --port 30303 --txlookuplimit=0 --whitelist 6485846=0x43f0cd1e5b1f9c4d5cda26c240b59ee4f1b510d0a185aa8fd476d091b0097a80 --allow-insecure-unlock --rpc.allow-unprotected-txs --syncmode full
The text was updated successfully, but these errors were encountered: