tillrohrmann commented on a change in pull request #9609: 
[FLINK-13750][client][coordination] Separate HA services between client-side 
and server-side
URL: https://github.com/apache/flink/pull/9609#discussion_r320675766
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java
 ##########
 @@ -149,29 +153,16 @@ public RestClusterClient(Configuration config, T 
clusterId) throws Exception {
                        config,
                        null,
                        clusterId,
-                       new ExponentialWaitStrategy(10L, 2000L),
-                       null);
-       }
-
-       public RestClusterClient(
-                       Configuration config,
-                       T clusterId,
-                       LeaderRetrievalService webMonitorRetrievalService) 
throws Exception {
-               this(
-                       config,
-                       null,
-                       clusterId,
-                       new ExponentialWaitStrategy(10L, 2000L),
-                       webMonitorRetrievalService);
+                       new ExponentialWaitStrategy(10L, 2000L));
        }
 
        @VisibleForTesting
        RestClusterClient(
                        Configuration configuration,
                        @Nullable RestClient restClient,
                        T clusterId,
-                       WaitStrategy waitStrategy,
-                       @Nullable LeaderRetrievalService 
webMonitorRetrievalService) throws Exception {
+                       WaitStrategy waitStrategy
+       ) throws Exception {
 
 Review comment:
   I think this formatting style differs from the rest of the code in this file.

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