You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/01/07 18:48:10 UTC

[incubator-pinot] branch master updated: remove legacy codes (#3641)

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 <ja...@users.noreply.github.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org