tkalkirill commented on code in PR #4402: URL: https://github.com/apache/ignite-3/pull/4402#discussion_r1764509029
########## 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 + * {@link PersistentPageMemory#invalidate(int, int)} at the beginning. And if there is a block, it waits for unblocking. Then it Review Comment: fixed -- 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