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

Offline prune failed -dbengine "pebble" #26762

Closed
masayil opened this issue Feb 23, 2023 · 1 comment · Fixed by #26771
Closed

Offline prune failed -dbengine "pebble" #26762

masayil opened this issue Feb 23, 2023 · 1 comment · Fixed by #26771
Assignees

Comments

@masayil
Copy link

masayil commented Feb 23, 2023

INFO [02-23|07:22:26.969] Pruned state data                        nodes=424,362,282 size=100.60GiB elapsed=4h55m25.741s
INFO [02-23|07:22:27.513] Compacting database                      range=0x00-0x10 elapsed="462.331µs"
INFO [02-23|07:23:00.007] Compacting database                      range=0x10-0x20 elapsed=32.494s
INFO [02-23|07:23:40.184] Compacting database                      range=0x20-0x30 elapsed=1m12.671s
INFO [02-23|07:24:14.136] Compacting database                      range=0x30-0x40 elapsed=1m46.623s
INFO [02-23|07:24:51.761] Compacting database                      range=0x40-0x50 elapsed=2m24.247s
INFO [02-23|07:25:47.672] Compacting database                      range=0x50-0x60 elapsed=3m20.159s
INFO [02-23|07:26:20.408] Compacting database                      range=0x60-0x70 elapsed=3m52.895s
INFO [02-23|07:30:59.957] Compacting database                      range=0x70-0x80 elapsed=8m32.443s
INFO [02-23|07:31:33.846] Compacting database                      range=0x80-0x90 elapsed=9m6.332s
INFO [02-23|07:32:08.155] Compacting database                      range=0x90-0xa0 elapsed=9m40.641s
INFO [02-23|07:32:44.734] Compacting database                      range=0xa0-0xb0 elapsed=10m17.221s
INFO [02-23|07:33:19.279] Compacting database                      range=0xb0-0xc0 elapsed=10m51.766s
INFO [02-23|07:33:56.079] Compacting database                      range=0xc0-0xd0 elapsed=11m28.566s
INFO [02-23|07:34:35.443] Compacting database                      range=0xd0-0xe0 elapsed=12m7.930s
INFO [02-23|07:35:16.061] Compacting database                      range=0xe0-0xf0 elapsed=12m48.548s
INFO [02-23|07:36:16.822] Compacting database                      range=0xf0-     elapsed=13m49.309s
ERROR[02-23|07:36:16.832] Database compaction failed               error="Compact start \\xf0 is not less than end "
ERROR[02-23|07:36:16.844] Failed to prune state                    err="Compact start \\xf0 is not less than end "
Compact start \xf0 is not less than end

I resynced a full node on goerli with pebble and when I pruned it , it failed to compact.

@rjl493456442 rjl493456442 self-assigned this Feb 23, 2023
@masayil masayil changed the title Offline pruning failed -dbengine "pebble" Offline prune failed -dbengine "pebble" Feb 23, 2023
@rjl493456442
Copy link
Member

cockroachdb/pebble#2359 open the ticket in pebble, let's see what's the recommended way to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants