gaoyunhaii commented on a change in pull request #14734:
URL: https://github.com/apache/flink/pull/14734#discussion_r566909909



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
##########
@@ -730,7 +715,8 @@ private PendingCheckpoint createPendingCheckpoint(
 
         if (statsTracker != null) {
             PendingCheckpointStats callback =
-                    statsTracker.reportPendingCheckpoint(checkpointID, 
timestamp, props);
+                    statsTracker.reportPendingCheckpoint(

Review comment:
       Got it, I also agree with this. Since the master has been evolved to use 
the `tasksToWaitFor`, so I just kept the latest behavior in this PR.




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


Reply via email to