tillrohrmann commented on a change in pull request #15736:
URL: https://github.com/apache/flink/pull/15736#discussion_r619327232
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/Failing.java
##########
@@ -58,7 +58,7 @@ public void cancel() {
@Override
public void handleGlobalFailure(Throwable cause) {
- // nothing to do since we are already failing
+ getLogger().debug("Ignored global failure because we are already
failing the job.", cause);
Review comment:
Yes, this is a good idea. Will do 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.
For queries about this service, please contact Infrastructure at:
[email protected]