tkalkirill commented on code in PR #1325:
URL: https://github.com/apache/ignite-3/pull/1325#discussion_r1031175820
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManager.java:
##########
@@ -443,4 +461,50 @@ public Path tmpDeltaFilePageStorePath(int groupId, int
partitionId, int index) {
public Path deltaFilePageStorePath(int groupId, int partitionId, int
index) {
return dbDir.resolve(GROUP_DIR_PREFIX +
groupId).resolve(String.format(PART_DELTA_FILE_TEMPLATE, partitionId, index));
}
+
+ /**
+ * Callback on destruction of the partition of the corresponding group.
+ *
+ * <p>Deletes the partition pages tore and all its delta files. Before
that, it creates a marker file (for example,
Review Comment:
Fix it
--
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]