Skip to content

Snapshot extension registration failed #821

@lpf763827726

Description

@lpf763827726

System information

Geth version: 1.1.8-859186f2
OS & Version: Linux
Commit hash : (if develop)

Actual behaviour

t=2022-03-30T05:00:57+0000 lvl=warn msg="Synchronisation failed, dropping peer"  peer=20719e52103b613a67d6a35f31c8e6359d8efd241fbcd21bf9dbc9fa344b9ba4 err=timeout
t=2022-03-30T05:00:57+0000 lvl=eror msg="Ethereum peer removal failed"           peer=20719e52 err="peer not registered"
t=2022-03-30T05:01:03+0000 lvl=info msg="Looking for peers"                      peercount=1 tried=34  static=6
t=2022-03-30T05:01:22+0000 lvl=eror msg="Snapshot extension registration failed" peer=fda76e15 err="peer connected on snap without compatible eth support"
t=2022-03-30T05:01:23+0000 lvl=eror msg="Snapshot extension registration failed" peer=fde637d5 err="peer connected on snap without compatible eth support"
t=2022-03-30T05:02:04+0000 lvl=info msg="Looking for peers"                      peercount=0 tried=30  static=6
t=2022-03-30T05:02:56+0000 lvl=info msg="Looking for peers"                      peercount=1 tried=40  static=6
t=2022-03-30T05:03:06+0000 lvl=info msg="Looking for peers"                      peercount=2 tried=82  static=6
t=2022-03-30T05:03:08+0000 lvl=info msg="Downloader queue stats"                 receiptTasks=0 blockTasks=372 itemSize="4.05 KiB" throttle=8192
t=2022-03-30T05:03:17+0000 lvl=info msg="Looking for peers"                      peercount=2 tried=74  static=6
t=2022-03-30T05:03:57+0000 lvl=eror msg="Snapshot extension registration failed" peer=dd2fa788 err="peer connected on snap without compatible eth support"
t=2022-03-30T05:03:57+0000 lvl=eror msg="Snapshot extension registration failed" peer=dd02a483 err="peer connected on snap without compatible eth support"
t=2022-03-30T05:04:19+0000 lvl=eror msg="Ethereum peer removal failed"           peer=20719e52 err="peer not registered"

Steps to reproduce the behaviour

./geth_linux --datadir ./bsc init ./genesis.json
./geth_linux --syncmode "full" --config ./config.toml --cache 18000 --port 30403 --allow-insecure-unlock --port "11544" --http --http.addr 0.0.0.0 --http.port 11545 --http.api db,eth,net,web3,personal,txpool --rpc.allow-unprotected-txs --txlookuplimit 0 --usb --datadir ./bsc

i can sync before, when i sync in block 16053149, it stuck

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions