nizhikov commented on code in PR #10444:
URL: https://github.com/apache/ignite/pull/10444#discussion_r1052108071
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java:
##########
@@ -409,6 +416,9 @@ public class FileWriteAheadLogManager extends
GridCacheSharedManagerAdapter impl
/** Pointer to the last successful checkpoint until which WAL segments can
be safely deleted. */
private volatile WALPointer lastCheckpointPtr = new WALPointer(0, 0, 0);
+ /** Force disable CDC. */
+ private final DistributedBooleanProperty cdcForceDisable =
detachedBooleanProperty(CDC_FORCE_DISABLE);
Review Comment:
Let's rename to `cdcDisabled`
--
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]