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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org