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: [email protected]

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

Reply via email to