Myasuka commented on a change in pull request #11721: [FLINK-14652] Refactor notifyCheckpointComplete to SubtaskCheckpointCoordinator URL: https://github.com/apache/flink/pull/11721#discussion_r408684355
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/state/TestTaskStateManager.java ########## @@ -46,6 +46,7 @@ public class TestTaskStateManager implements TaskStateManager { private long reportedCheckpointId; + private long notifiedCompletedCheckpointId; Review comment: I think just retaining the last notified completed checkpoint id should be enough like previous `reportedCheckpointId` did. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services