nizhikov commented on code in PR #11044:
URL: https://github.com/apache/ignite/pull/11044#discussion_r1400017488
##########
modules/core/src/main/java/org/apache/ignite/internal/cdc/CdcMain.java:
##########
@@ -222,6 +231,9 @@ public class CdcMain implements Runnable {
/** Caches state. */
Review Comment:
Let's extends javadoc for `walState`
```java
/**
* Saved state to start from.
* Points to the last committed offset.
* Nullified after failover on start.
*/
```
--
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]