leletan commented on code in PR #20852:
URL: https://github.com/apache/flink/pull/20852#discussion_r980354599


##########
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java:
##########
@@ -853,6 +855,12 @@ public CompletableFuture<ExecutionGraphInfo> 
requestJob(Time timeout) {
         return CompletableFuture.completedFuture(schedulerNG.requestJob());
     }
 
+    @Override
+    public CompletableFuture<CompletedCheckpoint> triggerCheckpoint(

Review Comment:
   There will be no other `triggerCheckpoint` method in this class, that method 
is implemented in its parent interface so it will not be defined explicitly 
here.



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

Reply via email to