Followup to empty cur.oid as stop condition for forced trim fix

This commit is contained in:
Vitaliy Filippov
2024-02-20 15:56:38 +03:00
parent 7ae5766fdb
commit 6cfe38ec04
+1
View File
@@ -415,6 +415,7 @@ stop_flusher:
flusher->sync_to_repeat.erase(cur.oid);
if (!flusher->try_find_other(dirty_end, cur))
{
cur.oid = {};
goto stop_flusher;
}
}