kl0u commented on a change in pull request #11903:
URL: https://github.com/apache/flink/pull/11903#discussion_r416944774



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/deployment/application/ApplicationDispatcherBootstrap.java
##########
@@ -130,12 +132,17 @@ public void stop() {
 
                return applicationCompletionFuture
                                .handle((r, t) -> {
+                                       final ApplicationStatus 
applicationStatus;
                                        if (t != null) {
-                                               LOG.warn("Application FAILED: 
", t);
+                                               applicationStatus = t 
instanceof CancellationException

Review comment:
       Thanks for testing it @wangyang0918 . Now it is fixed :)




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