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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/Checkpointer.java:
##########
@@ -17,24 +17,12 @@
 
 package org.apache.ignite.internal.pagememory.persistence.checkpoint;
 
-import org.jetbrains.annotations.Nullable;
-
 /**
  * Empty.
  */
-// TODO: IGNITE-16898 Continue porting the code
+// TODO: IGNITE-16935 Continue porting the code
 public abstract class Checkpointer {
-    /**
-     * Changes the information for a scheduled checkpoint if it was scheduled 
further than {@code delayFromNow}, or do nothing otherwise.
-     *
-     * @param delayFromNow Delay from now in milliseconds.
-     * @param reason Wakeup reason.
-     * @return Nearest scheduled checkpoint which is not started yet (dirty 
pages weren't collected yet).
-     */
-    public abstract CheckpointProgress scheduleCheckpoint(long delayFromNow, 
String reason);
+    public abstract Thread runner();

Review Comment:
   For now only for compiling code, porting will be in 
https://issues.apache.org/jira/browse/IGNITE-16935



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