This is an automated email from the ASF dual-hosted git repository. apucher pushed a change to branch pinot-flexible-auth-provider in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 7bd836b7cf avoid property loss omit fb9f179e59 review fixes omit 509e8e0c05 review cleanup omit cdd45b81ea test cleanup omit a03d5015a4 integration test omit 03e0a5df9a auth provider round 2 omit 50d3545803 pinot auth provider draft 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 088da3f8c2 deduplicate predicates optimistically (#8687) add c3d17b9ed7 Fix PulsarConsumerTest (#8691) add 14bbae30d1 pinot auth provider draft add 192938d62c auth provider round 2 add 4b224d060f integration test add ed87385b03 test cleanup add 64ede3f1dc review cleanup add 5f55cafe63 review fixes add 3a4c9e8bd6 avoid property loss 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 (7bd836b7cf) \ N -- N -- N refs/heads/pinot-flexible-auth-provider (3a4c9e8bd6) 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 +- .../helix/core/PinotHelixResourceManager.java | 59 +++++++++++++---- .../helix/core/PinotHelixResourceManagerTest.java | 62 +++++++++++++++-- .../plan/AggregationGroupByOrderByPlanNode.java | 2 +- .../pinot/core/plan/AggregationPlanNode.java | 2 +- .../org/apache/pinot/core/plan/FilterPlanNode.java | 20 +++--- .../apache/pinot/core/startree/StarTreeUtils.java | 24 ++++--- .../apache/pinot/core/util/ListenerConfigUtil.java | 19 ++---- .../pinot/core/startree/v2/BaseStarTreeV2Test.java | 2 +- .../tests/OfflineGRPCServerIntegrationTest.java | 2 +- .../org/apache/pinot/minion/BaseMinionStarter.java | 2 +- .../org/apache/pinot/perf/BenchmarkQueries.java | 6 +- .../plugin/stream/pulsar/PulsarConsumerTest.java | 77 ++++++++++++++-------- .../apache/pinot/spi/utils/CommonConstants.java | 2 - .../src/main/resources/conf/pinot-minion.conf | 5 +- 15 files changed, 191 insertions(+), 97 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org