rkhachatryan commented on a change in pull request #11721: [FLINK-14652] 
Refactor notifyCheckpointComplete to SubtaskCheckpointCoordinator
URL: https://github.com/apache/flink/pull/11721#discussion_r408370536
 
 

 ##########
 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:
   Having a `List<Long>` instead of `long` here would make it useful in a 
broader set of cases.

----------------------------------------------------------------
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

Reply via email to