You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/07/17 23:35:13 UTC

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (e06a908 -> 2857d25)

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

jlli pushed a change to branch add-logic-for-lead-controller-resource
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from e06a908  Address PR comments
     add 2857d25  Address PR comments; Remove API design out of this PR

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/utils/helix/HelixHelper.java      | 54 ------------
 .../common/utils/helix/LeadControllerUtils.java    | 95 ++++++++++++++++++++++
 .../apache/pinot/controller/ControllerConf.java    | 11 ---
 .../apache/pinot/controller/ControllerStarter.java | 11 ++-
 .../pinot/controller/LeadControllerManager.java    | 28 ++++---
 .../api/resources/PinotTableRestletResource.java   | 13 ---
 .../helix/core/PinotHelixResourceManager.java      | 22 +++--
 .../core/statemodel/LeadControllerChecker.java     | 57 -------------
 .../helix/core/util/HelixSetupUtils.java           |  3 +-
 .../helix/core/PinotHelixResourceManagerTest.java  | 10 ++-
 .../server/realtime/ControllerLeaderLocator.java   | 13 ++-
 11 files changed, 150 insertions(+), 167 deletions(-)
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/utils/helix/LeadControllerUtils.java
 delete mode 100644 pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/statemodel/LeadControllerChecker.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org