tkalkirill commented on code in PR #4402: URL: https://github.com/apache/ignite-3/pull/4402#discussion_r1764508056
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointProgressImpl.java: ########## @@ -273,35 +276,59 @@ void pagesToWrite(@Nullable CheckpointDirtyPages pageToWrite) { } /** - * Callback at the beginning of checkpoint processing of a partition, for example, when writing dirty pages or executing a fsync. + * Blocks physical destruction of partition. + * + * <p>When the intention to destroy partition appears, {@link FilePageStore#isMarkedToDestroy()} {@code == true} and invoked Review Comment: yep thanks -- 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