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

Ethereum peer removal failed peer=-------- err="peer not registered" #670

Closed
nilampatel-engineer opened this issue Dec 16, 2021 · 21 comments
Labels
bug Something isn't working X-nodesync task filter for node sync issue: full, snap, light...

Comments

@nilampatel-engineer
Copy link

bsc node has downloaded snapshot and now syncing from chain after a while suddenly started showing above error, can some one help pls

@Undead8
Copy link

Undead8 commented Dec 16, 2021

I don't know what the error mean, but it's normal. It shows up all the time and it doesn't mean anything is wrong.

@nilampatel-engineer
Copy link
Author

but the syncing has stopped from last few hours...

@Undead8
Copy link

Undead8 commented Dec 16, 2021

Probably not related to that error.

@RumeelHussainbnb
Copy link
Contributor

Can you please share the logs and please check its simillar to your issue it might be solve your problem ethereum/go-ethereum#22077
if not please proceed to join our Discord channel for more discussion at https://discord.com/invite/binancesmartchain

@tculig
Copy link

tculig commented Dec 20, 2021

I'm having the same issue where it says "Ethereum peer removal failed" and the sync just stops dead.

@forcodedancing forcodedancing added the bug Something isn't working label Dec 23, 2021
@forcodedancing
Copy link
Contributor

@nilampatel-engineer @tculig We think this could be a potential bug, and we will look into it. Are your nodes recovered? If not, please let us know if we can help. Thanks.

@forcodedancing
Copy link
Contributor

Linked to #220

@nilampatel-engineer
Copy link
Author

@forcodedancing no node is not recovered, still same issue

@tculig
Copy link

tculig commented Jan 11, 2022

My node recovered, thank you @forcodedancing. Took about 20 restarts, but in the end it managed to pull the entire history. Still importing block entries though, can't get it to fully sync. But that's a topic for another thread..

@nilampatel-engineer
Copy link
Author

My node recovered, thank you @forcodedancing. Took about 20 restarts, but in the end it managed to pull the entire history. Still importing block entries though, can't get it to fully sync. But that's a topic for another thread..

how did you resolved?

@tculig
Copy link

tculig commented Jan 12, 2022

My node recovered, thank you @forcodedancing. Took about 20 restarts, but in the end it managed to pull the entire history. Still importing block entries though, can't get it to fully sync. But that's a topic for another thread..

how did you resolved?

Just kept restarting the node whenever it crashed :/

@nilampatel-engineer
Copy link
Author

nilampatel-engineer commented Jan 12, 2022 via email

@namlt3820
Copy link

Same problem here. I got it after pruning the snapshot. Now I have to manually check and restart the node everyday. My other node without any pruning is running just fine.

@ghost
Copy link

ghost commented Feb 17, 2022

@forcodedancing Any update on this? My node keeps dropping blocks because of the above issue

@White-Rabbit-7
Copy link

I am having this exact same issue constantly.

ERROR[03-09|03:52:05.913] Ethereum peer removal failed peer=7946a12b err="peer not registered"

@KyloYang888
Copy link

KyloYang888 commented Mar 10, 2022

I am having this exact same issue constantly.Now 100,000 blocks behind the main network because of this error

t=2022-03-10T03:38:59+0000 lvl=warn msg="Synchronisation failed, dropping peer" peer=570daaa966a5a500cbe0c41d985a49550e5e65fab99fa57eccea30989a1cff02 err=timeout
t=2022-03-10T03:38:59+0000 lvl=eror msg="Ethereum peer removal failed"          peer=570daaa9 err="peer not registered"

@lpf763827726
Copy link

lpf763827726 commented Mar 30, 2022

same issue

t=2022-03-30T04:06:33+0000 lvl=info msg="Downloader queue stats"                 receiptTasks=0 blockTasks=380 itemSize="4.45 KiB" throttle=8192
t=2022-03-30T04:06:38+0000 lvl=eror msg="Snapshot extension registration failed" peer=51071016 err="peer connected on snap without compatible eth support"
t=2022-03-30T04:07:12+0000 lvl=eror msg="Ethereum peer removal failed"           peer=d3ff2bcb err="peer not registered"

@taweesakpintakam
Copy link

taweesakpintakam commented Mar 31, 2022 via email

@Jolly23
Copy link
Contributor

Jolly23 commented Apr 20, 2022

#856 fixed

@IronSight87
Copy link

IronSight87 commented Apr 23, 2022

How can I fix this problem while waiting for new release?

btw: Problem occurred after calling geth snapshot prune-block

@Jolly23
Copy link
Contributor

Jolly23 commented Apr 23, 2022

How can I fix this problem while waiting for new release?

btw: Problem occurred after calling geth snapshot prune-block

Actually it’s not a big problem. It occurs because the removePeer was called twice. It doesn’t matter with snapSync. The problem you mentioned here is about the quality of peers you connected. They haven’t provide sync data so the sync manager removes it.

@bnb-tw bnb-tw closed this as completed May 16, 2023
@weiihann weiihann added the X-nodesync task filter for node sync issue: full, snap, light... label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working X-nodesync task filter for node sync issue: full, snap, light...
Projects
None yet
Development

No branches or pull requests