lqjack commented on a change in pull request #15812:
URL: https://github.com/apache/flink/pull/15812#discussion_r634331684



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphRestartTest.java
##########
@@ -272,8 +272,8 @@ public void testFailingExecutionAfterRestart() throws 
Exception {
 
     /**
      * Tests that a graph is not restarted after cancellation via a call to 
{@link
-     * ExecutionGraph#failGlobal(Throwable)}. This can happen when a slot is 
released concurrently
-     * with cancellation.
+     * ExecutionGraph#failJob(Throwable, long)} . This can happen when a slot 
is released
+     * concurrently with cancellation.

Review comment:
       ExecutionGraph. failGlobal does not exist anymore




-- 
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:
[email protected]


Reply via email to