nizhikov commented on code in PR #10778:
URL: https://github.com/apache/ignite/pull/10778#discussion_r1258504633
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java:
##########
@@ -521,6 +525,9 @@ public void setFileIOFactory(FileIOFactory ioFactory) {
dispatcher.registerProperty(cdcDisabled);
});
+
+ if (dsCfg.getMaxCdcBufferSize() > 0)
Review Comment:
May be is will be more clear to rewrite this as `if (dsCfg.getCdcConsumer()
!= null)` and have some reasonable deafult for buffer size?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]