Add missing request_trim

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:24 +03:00
parent 0c2e0b8a49
commit 8fa0638347
+2
View File
@@ -353,8 +353,10 @@ resume_4:
int res = make_big_write(op, op->offset, op->len, &modified_block, &moved_from_block);
if (res == EAGAIN)
{
assert(heap->get_inflight_queue_size());
PRIV(op)->wait_for = WAIT_COMPACTION;
PRIV(op)->wait_detail = flusher->get_compact_counter();
flusher->request_trim();
return 1;
}
else if (res == ENOSPC)