This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch ignite-26722
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-26722 by this push:
     new c7ac43a64f1 IGNITE-26722 after review #1.0
c7ac43a64f1 is described below

commit c7ac43a64f14d3e69954d4779d2a115ab3304672
Author: Kirill Tkalenko <[email protected]>
AuthorDate: Fri Nov 14 11:03:22 2025 +0300

    IGNITE-26722 after review #1.0
---
 .../ignite/internal/pagememory/persistence/compaction/Compactor.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/Compactor.java
 
b/modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/Compactor.java
index b1746fd1a0f..a060f17e44b 100644
--- 
a/modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/Compactor.java
+++ 
b/modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/Compactor.java
@@ -492,6 +492,7 @@ public class Compactor extends IgniteWorker {
         synchronized (mux) {
             paused = false;
 
+            // Force compaction as we could stop somewhere in the middle and 
we need to continue compaction.
             addedDeltaFiles = true;
 
             mux.notifyAll();

Reply via email to