You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/07/02 07:41:48 UTC

[incubator-pinot] branch master updated (d4d0b93 -> f9f58c7)

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

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


    from d4d0b93  Cancel running Kinesis consumer tasks when timeout occurs (#7109)
     add f9f58c7  Allow updating controller and broker helix hostname  (#7064)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/helix/BaseBrokerStarter.java     |  59 +++++++-----
 .../broker/HelixBrokerStarterHostnamePortTest.java | 101 +++++++++++++++++++++
 .../pinot/common/utils/helix/HelixHelper.java      |  70 +++++++++++++-
 .../pinot/common/utils/helix/HelixHelperTest.java  |  78 ++++++++++++++++
 .../pinot/controller/BaseControllerStarter.java    |  31 +++++--
 .../apache/pinot/controller/ControllerConf.java    |   8 +-
 .../pinot/controller/ControllerStarterTest.java    |  84 +++++++++++++++++
 .../org/apache/pinot/minion/BaseMinionStarter.java |  38 ++++----
 .../server/starter/helix/BaseServerStarter.java    |  97 +++++++-------------
 .../apache/pinot/spi/utils/CommonConstants.java    |   2 +
 10 files changed, 452 insertions(+), 116 deletions(-)
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/broker/HelixBrokerStarterHostnamePortTest.java
 create mode 100644 pinot-common/src/test/java/org/apache/pinot/common/utils/helix/HelixHelperTest.java
 create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/ControllerStarterTest.java

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