ibessonov commented on code in PR #5289: URL: https://github.com/apache/ignite-3/pull/5289#discussion_r1969663621
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointProgress.java: ########## @@ -55,4 +55,9 @@ public interface CheckpointProgress { * written. */ @Nullable CheckpointDirtyPages pagesToWrite(); + + /** + * Returns a number of written checkpoint pages. + */ Review Comment: Please don't do this to me -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org