Fix recheck logging

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 746844d301
commit 04eefce30b
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -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;