Fix recheck logging
This commit is contained in:
@@ -285,6 +285,10 @@ resume_6:
|
||||
}, bs->meta_write_recheck_parallelism);
|
||||
return 1;
|
||||
resume_7:
|
||||
if (bs->heap->finish_load() != 0)
|
||||
{
|
||||
exit(1);
|
||||
}
|
||||
recheck_mod = bs->heap->get_recheck_modified_blocks();
|
||||
if (bs->readonly)
|
||||
{
|
||||
@@ -326,10 +330,6 @@ resume_9:
|
||||
wait_state = 9;
|
||||
return 1;
|
||||
}
|
||||
if (bs->heap->finish_load() != 0)
|
||||
{
|
||||
exit(1);
|
||||
}
|
||||
free(metadata_buffer);
|
||||
metadata_buffer = NULL;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user