nizhikov commented on a change in pull request #8909:
URL: https://github.com/apache/ignite/pull/8909#discussion_r640813836
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java
##########
@@ -466,6 +469,15 @@ public void setFileIOFactory(FileIOFactory ioFactory) {
"write ahead log archive directory"
);
+ if (dsCfg.isCdcEnabled()) {
+ cdcDir = initDirectory(
+ dsCfg.getCdcWalPath(),
+ DataStorageConfiguration.DFLT_WAL_CDC_PATH,
+ resolveFolders.folderName(),
+ "cdc directory"
Review comment:
> even WAL presented without using the abbreviation
I think we should fix this terrible error!!!
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]