Myasuka commented on a change in pull request #17203:
URL: https://github.com/apache/flink/pull/17203#discussion_r707874711
##########
File path:
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/ChangelogKeyedStateBackend.java
##########
@@ -506,7 +517,9 @@ public void notifyCheckpointAborted(long checkpointId)
throws Exception {
stateChangelogWriter,
meta,
stateDesc.getTtlConfig(),
- stateDesc.getDefaultValue());
+ stateDesc.getDefaultValue(),
+ ++lastCreatedStateId);
Review comment:
I wonder how the `lastCreatedStateId` work with restored state? Will it
increase to the restored state id?
--
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]