-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Block record is missing from the pruning window #12635
Comments
CC @arkpar |
The ~15 secs are because paritydb now flush wal when exiting. The final operation is big (commit all state), and might be related. From other feedback, this last operation also makes memory grow a lot which is an issue to warp synch on low memory machine. |
It takes one to 15 minutes for me, depending on hardware and Bandwidth. |
just took me 5 minute, quite long (probably could run faster if synching against a single other local full node).
which I don't see with rocksdb. |
The |
Just run with parity-db log, nothing wrong (last queued commit up to 8803 got processed and enact, wal log0 size of state ald log1 growing when syncing are both flushed and delete properly on exit). |
%s/should be/is |
Fixed by the two MRs mentioned above. |
The node crashes when restarted after a warp-sync. It only happens for ParityDB. RocksDB works fine. cc @cheme
Reproduce
v0.9.31
or later:polkadot --sync warp --db paritydb -d new-data-dir
⏩ Block history ....
)It prints this and dies:
Quote from @davxy
I also noticed that since a few versions it takes much longer to shut down the node. Not sure if this is because of me using ParityDB or something else.
The text was updated successfully, but these errors were encountered: