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/10/13 22:14:08 UTC

[incubator-pinot] branch pinotSM_flag_for_health_check updated (0141965 -> d9fdc8b)

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

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


 discard 0141965  Adding a flag in PinotServiceManager to allow health check includes all components health check
     add 86ce7c6  [TE] Fix Thirdeye Maven publish (#6097)
     add 33be207  Change Signature of Broker API in Controller (#6119)
     add e1ab421  Fix meetup stream for quickstart (#6140)
     add d9fdc8b  Adding a flag in PinotServiceManager to allow health check includes all components health check

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0141965)
            \
             N -- N -- N   refs/heads/pinotSM_flag_for_health_check (d9fdc8b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis/.travis_te_nightly_build.sh                |   2 +-
 .../pinot/common/utils/helix/HelixHelper.java      |  17 +++-
 .../{SuccessResponse.java => InstanceInfo.java}    |  24 +++--
 .../api/resources/PinotBrokerRestletResource.java  | 113 +++++++++++++++++----
 .../helix/core/PinotHelixResourceManager.java      |  11 +-
 .../pinot/tools/streams/MeetupRsvpStream.java      |   2 +-
 6 files changed, 139 insertions(+), 30 deletions(-)
 copy pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/{SuccessResponse.java => InstanceInfo.java} (66%)


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