nizhikovprivate commented on code in PR #12133: URL: https://github.com/apache/ignite/pull/12133#discussion_r2150090335
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/NodeFileTree.java: ########## @@ -881,9 +925,10 @@ else if (name.equals(METASTORAGE_DIR_NAME)) * @param storagePath Value from config. * @return File storage. * @see CacheConfiguration#getStoragePaths() + * @see CacheConfiguration#getIndexPath() */ - private File cacheStorageRoot(@Nullable String storagePath) { - return storagePath == null ? nodeStorage : extraStorages.getOrDefault(storagePath, nodeStorage); + private File cacheStorage(@Nullable String storagePath, String cacheDirName) { Review Comment: Done -- 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