cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Problem: consistency is not checked on startup

Open yihuang opened this issue 2 years ago • 1 comments

if the memiavl directory is dirty, we might get errors later down the stream.

do some checks on startup to find issues early on:

  • tmp snapshot directories
  • snapshots that's later than the "current" one
  • the "current" snapshot do exists.
  • wal covers all the snapshots.

yihuang avatar Aug 09 '23 15:08 yihuang

also print how to recover

leejw51crypto avatar Oct 17 '23 09:10 leejw51crypto