Validate objects on start

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 17d61c5868
commit daf2cc3fb1
3 changed files with 115 additions and 9 deletions
+4 -1
View File
@@ -283,7 +283,10 @@ resume_6:
}, bs->meta_write_recheck_parallelism);
return 1;
resume_7:
bs->heap->finish_load();
if (bs->heap->finish_load() != 0)
{
exit(1);
}
free(metadata_buffer);
metadata_buffer = NULL;
return 0;