nizhikov commented on code in PR #12091: URL: https://github.com/apache/ignite/pull/12091#discussion_r2107027984
########## 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: FILE_SUFFIX must be made package private. -- 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