chxdeng / mabain

a fast and light-weighted key-value store library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recover when writer process exits unexpectedly during resource collection

chxdeng opened this issue · comments

Currently, mabain will discard part or all of the new insertions during resource collection (in async mode) if the process died expectedly before resource collection is completed.
Mabain should be able to recover all those unfinished insertions/deletions.

fixed