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/18 17:54:11 UTC

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (ff23581 -> 8525403)

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 ff23581  Move murmur2 functions to an util class in pinot-common
     add 8525403  Address PR comments

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/common/utils/HashUtil.java    | 49 ++++++++++++++
 .../org/apache/pinot/common/utils/HashUtils.java   | 75 ----------------------
 .../common/utils/helix/LeadControllerUtils.java    | 34 ++++++----
 .../pinot/controller/LeadControllerManager.java    | 71 +++-----------------
 .../helix/core/util/HelixSetupUtils.java           |  2 +-
 .../helix/core/PinotHelixResourceManagerTest.java  |  2 +-
 .../data/partition/MurmurPartitionFunction.java    |  4 +-
 .../server/realtime/ControllerLeaderLocator.java   | 17 ++---
 8 files changed, 93 insertions(+), 161 deletions(-)
 delete mode 100644 pinot-common/src/main/java/org/apache/pinot/common/utils/HashUtils.java


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