You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geth
Version: 1.11.2-stable
Git Commit: 73b01f40ceb6bcb6f9f44c2a3d6f963b40452b47
Architecture: amd64
Go Version: go1.20.1
Operating System: linux
GOPATH=
GOROOT=
I'm running a geth node with db.engine=pebble, running snapshot pruning failed to compacting the last 0xf0- range
Expected behaviour
Success to prune and compact
Actual behaviour
INFO [03-02|16:27:33.692] Compacting database range=0xc0-0xd0 elapsed=18m53.444s [13/1906]
INFO [03-02|16:28:30.073] Compacting database range=0xd0-0xe0 elapsed=19m49.825s
INFO [03-02|16:29:22.040] Compacting database range=0xe0-0xf0 elapsed=20m41.793s
INFO [03-02|16:30:24.419] Compacting database range=0xf0- elapsed=21m44.172s
ERROR[03-02|16:30:24.426] Database compaction failed error="Compact start \\xf0 is not less than end "
ERROR[03-02|16:30:24.429] Failed to prune state err="Compact start \\xf0 is not less than end "
Compact start \xf0 is not less than end
Steps to reproduce the behaviour
geth snapshot prune-state --datadir /data/
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered:
jsvisa
changed the title
snapshot prune-state if db.engine=pebble failed to compacting
snapshot prune-state failed to compacting(db.engine=pebble)
Mar 3, 2023
System information
I'm running a geth node with db.engine=pebble, running snapshot pruning failed to compacting the last
0xf0-
rangeExpected behaviour
Success to prune and compact
Actual behaviour
Steps to reproduce the behaviour
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: