tkalkirill commented on code in PR #806:
URL: https://github.com/apache/ignite-3/pull/806#discussion_r874716043


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointProgressImpl.java:
##########
@@ -262,4 +259,12 @@ private static void completeFuture(@Nullable 
CompletableFuture<?> future, @Nulla
             }
         }
     }
+
+    /**
+     * Returns delay in nanos before next checkpoint is to be executed. Value 
is from {@code 0} to {@code 365} days.
+     */
+    @TestOnly
+    long nextCheckpointDelayNanos() {

Review Comment:
   I'll get rid of him.



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