mirror of
https://github.com/schoebel/mars
synced 2024-12-28 18:03:12 +00:00
logger: make writeback more resilient
This commit is contained in:
parent
e0d980223b
commit
d4338032bb
@ -436,7 +436,7 @@ void hash_extend(struct trans_logger_brick *brick, loff_t *_pos, int *_len, stru
|
||||
goto collision;
|
||||
|
||||
// no writeback of non-persistent data
|
||||
if (!test_a->is_persistent)
|
||||
if (!(test_a->is_persistent & test_a->is_completed))
|
||||
goto collision;
|
||||
|
||||
// extend the search region when necessary
|
||||
|
Loading…
Reference in New Issue
Block a user