EchoLee5 commented on a change in pull request #12339:
URL: https://github.com/apache/flink/pull/12339#discussion_r431036315



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/program/StreamContextEnvironment.java
##########
@@ -71,31 +74,44 @@ public JobExecutionResult execute(StreamGraph streamGraph) 
throws Exception {
                JobClient jobClient = executeAsync(streamGraph);
 
                JobExecutionResult jobExecutionResult;
-               if (getConfiguration().getBoolean(DeploymentOptions.ATTACHED)) {
-                       CompletableFuture<JobExecutionResult> 
jobExecutionResultFuture =
+               List<JobListener> jobListeners =  getJobListeners();

Review comment:
       ok, and thanks for your advice




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