lowka commented on code in PR #4256:
URL: https://github.com/apache/ignite-3/pull/4256#discussion_r1734638061


##########
modules/catalog-compaction/src/integrationTest/java/org/apache/ignite/internal/catalog/compaction/ItCatalogCompactionTest.java:
##########
@@ -67,11 +77,71 @@
 class ItCatalogCompactionTest extends ClusterPerClassIntegrationTest {
     private static final int CLUSTER_SIZE = 3;
 
+    /** How often we update the low water mark. */
+    private static final long LW_UPDATE_TIME_MS = 
TimeUnit.SECONDS.toMillis(10);

Review Comment:
   Fixed. Disabled testRaftGroupsUpdate because it became more unstable under 
already created https://issues.apache.org/jira/browse/IGNITE-23052. 
   
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to