This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from a0c84fe Implement DISTINCT (#4535)
add 761ce2f Add APIs to get leader for all tables or a given table (#4545)
No new revisions were added by this update.
Summary of changes:
.../common/utils/helix/LeadControllerUtils.java | 44 +++++
.../pinot/controller/LeadControllerManager.java | 31 ++--
.../pinot/controller/api/resources/Constants.java | 1 +
.../PinotLeadControllerRestletResource.java | 202 +++++++++++++++++++++
.../controller/LeadControllerManagerTest.java | 28 ++-
.../controller/helix/PinotControllerModeTest.java | 23 ++-
.../server/realtime/ControllerLeaderLocator.java | 49 ++---
.../realtime/ControllerLeaderLocatorTest.java | 27 ++-
8 files changed, 339 insertions(+), 66 deletions(-)
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotLeadControllerRestletResource.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]