dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
515 stars 60 forks source link

fix the panic-when-recovering problem #27

Closed EmoFuncs closed 1 year ago

EmoFuncs commented 1 year ago
  1. use new_with_off to recover LogWriter's offset.
  2. run finish_compaction_output only when the builder exists.