You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/12 11:11:44 UTC

[GitHub] [ignite-3] tkalkirill commented on a diff in pull request #995: IGNITE-17475 FreeList metadata is not stored on the checkpoint

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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointListener.java:
##########
@@ -29,9 +31,10 @@ public interface CheckpointListener {
      * <p>Holds checkpoint write lock.
      *
      * @param progress Progress of the current checkpoint.
+     * @param executor Executor for asynchronously executing the callback.

Review Comment:
   `Executor for asynchronously executing the callback, If {@code null}, then it should be executed in the current thread.`



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org