This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new a031e05  remove legacy codes (#3641)
a031e05 is described below

commit a031e05e681d4cda3357b8fe1718aa0a11309a64
Author: James Shao <[email protected]>
AuthorDate: Mon Jan 7 10:48:05 2019 -0800

    remove legacy codes (#3641)
---
 .../linkedin/pinot/controller/helix/core/util/HelixSetupUtils.java    | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/util/HelixSetupUtils.java
 
b/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/util/HelixSetupUtils.java
index 2142f60..f5bbce4 100644
--- 
a/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/util/HelixSetupUtils.java
+++ 
b/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/util/HelixSetupUtils.java
@@ -78,10 +78,6 @@ public class HelixSetupUtils {
     }
   }
 
-  public static void createHelixClusterIfNeeded(String helixClusterName, 
String zkPath) {
-    createHelixClusterIfNeeded(helixClusterName, zkPath);
-  }
-
   public static void createHelixClusterIfNeeded(String helixClusterName, 
String zkPath, boolean isUpdateStateModel,
       boolean enableBatchMessageMode) {
     final HelixAdmin admin = new ZKHelixAdmin(zkPath);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to