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

test-fix-ec-unknown-state-51
Vitaliy Filippov 2024-02-15 23:27:17 +03:00
parent 7ae5766fdb
commit 6cfe38ec04
1 changed files with 1 additions and 0 deletions

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;
}
}