This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch helix-1.0 in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 6608e2e3d3 Upgrade Helix to 1.0.2 add e12bda1cf6 Fix the race condition of reading time boundary info (#8685) add 24a86acec0 Fixing GRPC ITCase timeout (#8686) add f9e55ce7a6 Handle the race condition for common dest segments in startReplaceSegments(). (#8667) add df29b81c27 Change minion's default port, enable minion health and readiness probe via helm chart (#8669) add a43664f46c Upgrade Helix to 1.0.2 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 (6608e2e3d3) \ N -- N -- N refs/heads/helix-1.0 (a43664f46c) 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: kubernetes/helm/pinot/values.yaml | 4 +- .../requesthandler/BaseBrokerRequestHandler.java | 55 +++++++------------ .../helix/core/PinotHelixResourceManager.java | 59 +++++++++++++++----- .../helix/core/PinotHelixResourceManagerTest.java | 62 +++++++++++++++++++--- .../apache/pinot/core/util/ListenerConfigUtil.java | 19 ++----- .../tests/OfflineGRPCServerIntegrationTest.java | 2 +- .../org/apache/pinot/minion/BaseMinionStarter.java | 2 +- .../apache/pinot/spi/utils/CommonConstants.java | 2 - .../src/main/resources/conf/pinot-minion.conf | 5 +- 9 files changed, 128 insertions(+), 82 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org