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


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/NodeFileTree.java:
##########
@@ -246,6 +244,9 @@ public class NodeFileTree extends SharedFileTree {
     /** Prefix for {@link #cacheStorage(CacheConfiguration)} directory in case 
of cache group. */
     private static final String CACHE_GRP_DIR_PREFIX = "cacheGroup-";
 
+    /** WAL state file name. */
+    private static final String WAL_STATE_FILE_NAME = "cdc-wal-state" + 
FILE_SUFFIX;

Review Comment:
   CdcUtilityActiveCdcManager:
   
   ```
                   File cdcModeFile = Paths.get(
                      
cctx.kernalContext().pdsFolderResolver().fileTree().walCdc().getAbsolutePath(),
                       STATE_DIR,
                       CDC_MODE_FILE_NAME).toFile();
   
   ```
   
   Path to the file must be calculated in `NodeFileTree`.



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