Use fsynced_lsn in flusher

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:23 +03:00
parent 41256ea460
commit dd28f2f963
+1 -1
View File
@@ -221,7 +221,7 @@ resume_1:
}
cur_version = cur_obj->get_writes()->version;
// Find the range to compact
compact_lsn = bs->heap->get_completed_lsn();
compact_lsn = bs->heap->get_fsynced_lsn();
bs->heap->get_compact_range(cur_obj, compact_lsn, &begin_wr, &end_wr);
if (!begin_wr)
{