tillrohrmann commented on a change in pull request #16485:
URL: https://github.com/apache/flink/pull/16485#discussion_r669444683
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphRestartTest.java
##########
@@ -328,18 +361,17 @@ 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
Review comment:
You are right. I'll fix it.
--
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]