nizhikov commented on code in PR #12081: URL: https://github.com/apache/ignite/pull/12081#discussion_r2114580341
########## 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: Yes, `index.bin` is the only index file we have. -- 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