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_r350585683
 
 

 ##########
 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:
   Oh, my misunderstanding. I took it as new method, and thought other classes 
has no implementation for this method. 

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