zjffdu commented on a change in pull request #10320: [FLINK-14948][client] 
Implement shutDownCluster for MiniClusterClient
URL: https://github.com/apache/flink/pull/10320#discussion_r350576393
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
 ##########
 @@ -65,9 +65,7 @@ default void close() throws Exception {
        /**
         * Shut down the cluster that this client communicate with.
         */
-       default void shutDownCluster() {
-               throw new UnsupportedOperationException();
-       }
+       void shutDownCluster();
 
 Review comment:
   What about other classes that extend ClusterClient ? 

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


With regards,
Apache Git Services

Reply via email to