Skip to content

v1.6.0 shutdown issue #3343

@zzzckck

Description

@zzzckck

System information

Geth version: 1.6.0-94a6d7a0-20250901
OS & Version: Windows/Linux/OSX
Commit hash : (if develop)
Arguments:

geth --config=config.toml --tries-verify-mode=local --datadir=full --history.transactions=360000 --history.blocks=360000

it can also be reproduced by maxpees=0

geth --config=config.toml --tries-verify-mode=local --datadir=full --maxpeers=0

Description

  • Steps to reproduce the behaviour
    1.run BSC mainnet node with v1.6.0-alpha
    2.once synced, try to stop it by kill <pidof geth>

  • Expected behaviour
    1.the node should shutdown as expected.

  • Actual behaviour
    The node failed to exit, it kept syncing, it can only exit by force kill or kill 10 times.
    Logs:

INFO [09-07|03:55:13.079] Imported new chain segment number=60,291,724 hash=3fdf39..c85edd miner=0xa0884bb00e5f2848563 blocks=1 txs=74 blobs=0 mgas=8.737 elapsed=25.682ms mgasps=340.207 triediffs=194.56MiB triedirty=106.77=0.00B
INFO [09-07|03:55:13.533] Got interrupt, shutting down...
INFO [09-07|03:55:13.533] HTTP server stopped endpoint=127.0.0.1:8546
INFO [09-07|03:55:13.534] IPC endpoint closed url=/root/full/.geth.ipc
INFO [09-07|03:55:13.869] Imported new chain segment number=60,291,725 hash=7b8471..476b2e miner=0xa0884bb00e5f2848563 blocks=1 txs=135 blobs=0 mgas=18.580 elapsed=41.683ms mgasps=445.746 triediffs=194.90MiB triedirty=106.92=0.00B
INFO [09-07|03:55:14.596] Imported new chain segment number=60,291,726 hash=c895a8..fc8dcf miner=0xa0884bb00e5f2848563 blocks=1 txs=104 blobs=0 mgas=14.664 elapsed=39.906ms mgasps=367.445 triediffs=194.65MiB triedirty=107.24=0.00B
INFO [09-07|03:55:15.360] Imported new chain segment number=60,291,727 hash=6bb0f4..238e5d miner=0xa0884bb00e5f2848563 blocks=1 txs=135 blobs=1 mgas=15.085 elapsed=39.949ms mgasps=377.593 triediffs=195.07MiB triedirty=107.41=0.00B
INFO [09-07|03:55:16.072] Imported new chain segment number=60,291,728 hash=d369ef..a54872 miner=0xb4647b856CB9846a47 blocks=1 txs=73 blobs=0 mgas=15.566 elapsed=46.113ms mgasps=337.560 triediffs=195.16MiB triedirty=107.63=0.00B
INFO [09-07|03:55:16.844] Imported new chain segment number=60,291,729 hash=ae59ef..2b9c0a miner=0xb4647b856CB9846a47 blocks=1 txs=105 blobs=0 mgas=13.012 elapsed=36.322ms mgasps=358.241 triediffs=194.53MiB triedirty=108

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