Use new LSNs on stabilize

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent b44c3a7971
commit 5dc0b42146
4 changed files with 48 additions and 46 deletions
-4
View File
@@ -186,10 +186,6 @@ resume_1:
cur_version = cur_obj->get_writes()->version;
// Find the range to compact
compact_lsn = bs->heap->get_completed_lsn();
if (auto cm_it = bs->committing_lsn.find(cur_oid); cm_it != bs->committing_lsn.end())
{
compact_lsn = cm_it->second;
}
bs->heap->get_compact_range(cur_obj, compact_lsn, &begin_wr, &end_wr);
if (!begin_wr)
{