nizhikovprivate commented on code in PR #12081: URL: https://github.com/apache/ignite/pull/12081#discussion_r2135469785
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/CacheFileTree.java: ########## @@ -156,7 +157,7 @@ public File defragmentedIndexTmpFile() { * @see #defragmentedIndexTmpFile() */ public File defragmentedIndexFile() { - return new File(storage(), DFRG_INDEX_FILE_NAME); + return new File(partitionRoot(INDEX_PARTITION), DFRG_INDEX_FILE_NAME); Review Comment: https://issues.apache.org/jira/browse/IGNITE-25389 Yes. I will implement it in separate ticket. -- 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