You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/12/09 05:35:56 UTC

[incubator-pinot] branch master updated (a6446e9 -> c124334)

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

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from a6446e9  [Controller UI] show cluster name (#6338)
     add c124334  Adding Pinot Minion client (#6339)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/common/minion/MinionClient.java   | 121 +++++++++++++++++++++
 .../common/minion/MinionRequestURLBuilder.java     |  83 ++++++++++++++
 .../pinot/common/minion/MinionClientTest.java      |  91 ++++++++++++++++
 3 files changed, 295 insertions(+)
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/minion/MinionClient.java
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/minion/MinionRequestURLBuilder.java
 create mode 100644 pinot-common/src/test/java/org/apache/pinot/common/minion/MinionClientTest.java


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