wernerdv commented on code in PR #12094:
URL: https://github.com/apache/ignite/pull/12094#discussion_r2106647678


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/file/FilePageStoreManager.java:
##########
@@ -640,9 +624,15 @@ private CacheStoreHolder initDir(
     }
 
     /**
-     * @param cacheWorkDir Cache work directory.
+     * @param cft Cache file tree.
+     * @param log Logger.
      */
-    public static boolean checkAndInitCacheWorkDir(File cacheWorkDir, 
IgniteLogger log) throws IgniteCheckedException {
+    public static boolean checkAndInitCacheWorkDir(
+        CacheFileTree cft,
+        IgniteLogger log

Review Comment:
   unused



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