aljoscha commented on a change in pull request #10408: [FLINK-14992][client] 
Add job listener to execution environments
URL: https://github.com/apache/flink/pull/10408#discussion_r354194861
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/MiniClusterClient.java
 ##########
 @@ -58,6 +58,11 @@ public MiniClusterClient(@Nonnull Configuration 
configuration, @Nonnull MiniClus
                this.miniCluster = miniCluster;
        }
 
+       @Override
+       public ClusterClient<MiniClusterId> duplicate() {
 
 Review comment:
   Why is this client not properly duplicating?

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


With regards,
Apache Git Services

Reply via email to