Add missing request_trim

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent b0809b33aa
commit bc48eb1ff8
+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)