Zakelly commented on a change in pull request #15420:
URL: https://github.com/apache/flink/pull/15420#discussion_r656756445
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/state/changelog/inmemory/InMemoryStateChangelogWriter.java
##########
@@ -61,20 +64,26 @@ public SequenceNumber lastAppendedSequenceNumber() {
}
Review comment:
It makes sense.
However, it makes me a little confused that sequence number for records in
```InMemoryStateChangelogWriter ``` actually starts from ```1L```, not the
```SequenceNumber.FIRST```. The word FIRST here means an initialized value
instead of a valid beginning, right? If so, it does not bother me.
--
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]