nizhikov commented on code in PR #12081:
URL: https://github.com/apache/ignite/pull/12081#discussion_r2114591021


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/NodeFileTree.java:
##########
@@ -570,7 +583,7 @@ public File cacheConfigurationFile(CacheConfiguration<?, ?> 
ccfg) {
      * @return Cache configuration file with respect to {@link 
CacheConfiguration#getGroupName} value.
      */
     public File tmpCacheConfigurationFile(CacheConfiguration<?, ?> ccfg) {
-        return new File(cacheStorage(ccfg), ccfg.getGroupName() == null
+        return new File(cacheStorages(ccfg)[0], ccfg.getGroupName() == null

Review Comment:
   Temp cache configuration file must be in the same directory as 
`cacheConfiguration` file.
   Please, take a loo int previous comment 
https://github.com/apache/ignite/pull/12081#discussion_r211458956



-- 
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

Reply via email to