Handle missing journal files without data loss

Make sure data added after the journal has been lost will not be lost (even though lost data may stay lost)
This commit is contained in:
Martin Sumner 2018-10-03 18:38:56 +01:00
parent 9a0082db4e
commit 0bbaf1f25e
4 changed files with 30 additions and 11 deletions

View file

@ -17,17 +17,17 @@
]).
all() -> [
% simple_put_fetch_head_delete,
% many_put_fetch_head,
% journal_compaction,
% fetchput_snapshot,
% load_and_count,
% load_and_count_withdelete,
% space_clear_ondelete,
% is_empty_test,
% many_put_fetch_switchcompression,
% bigjournal_littlejournal,
% safereaderror_startup,
simple_put_fetch_head_delete,
many_put_fetch_head,
journal_compaction,
fetchput_snapshot,
load_and_count,
load_and_count_withdelete,
space_clear_ondelete,
is_empty_test,
many_put_fetch_switchcompression,
bigjournal_littlejournal,
safereaderror_startup,
remove_journal_test
].