You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/05 09:35:27 UTC

[GitHub] [flink] aljoscha commented on a change in pull request #10408: [FLINK-14992][client] Add job listener to execution environments

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:
users@infra.apache.org


With regards,
Apache Git Services