nizhikovprivate commented on code in PR #12081: URL: https://github.com/apache/ignite/pull/12081#discussion_r2135477630
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/CacheFileTree.java: ########## @@ -209,7 +210,17 @@ public File defragmentedPartMappingFile(int partId) { * @see DefragmentationFileUtils#batchRenameDefragmentedCacheGroupPartitions(CacheFileTree) */ public File defragmentationCompletionMarkerFile() { - return new File(storage(), DFRG_COMPLETION_MARKER_FILE_NAME); + return new File(storages()[0], DFRG_COMPLETION_MARKER_FILE_NAME); + } + + /** + * @param part Partition index. + * @return Root directory. for partition file. 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