This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/codex/codec-runtime-buffers
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 11b7ce6cfca Use caller-owned buffers for codec pipelines
add f7342013094 Run SPI-registered validators from /tables/validate
preflight (#19420)
add 88ea694bae5 [#12507] Implement adaptive pool selection for
StrictReplicaGroupInstanceSelector (#18947)
add 1ce44658f54 Use caller-owned buffers for codec pipelines
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 (11b7ce6cfca)
\
N -- N -- N refs/heads/xiangfu0/codex/codec-runtime-buffers
(1ce44658f54)
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:
.../instanceselector/BalancedInstanceSelector.java | 5 +-
.../instanceselector/BaseInstanceSelector.java | 24 +-
.../routing/instanceselector/InstanceSelector.java | 22 +-
.../instanceselector/InstanceSelectorFactory.java | 23 +-
.../MultiStageReplicaGroupSelector.java | 14 +-
.../ReplicaGroupInstanceSelector.java | 39 +-
.../instanceselector/SegmentInstanceCandidate.java | 2 +-
.../StrictReplicaGroupInstanceSelector.java | 62 +-
.../routing/manager/BaseBrokerRoutingManager.java | 6 +-
.../instanceselector/InstanceSelectorTest.java | 90 +-
.../instanceselector/ReplicaGroupSelectorTest.java | 1063 ++++++++++++++++++++
.../api/resources/PinotTableRestletResource.java | 5 +-
.../resources/PinotTableRestletResourceTest.java | 47 +
.../apache/pinot/spi/utils/CommonConstants.java | 7 +
pom.xml | 2 +-
15 files changed, 1265 insertions(+), 146 deletions(-)
create mode 100644
pinot-broker/src/test/java/org/apache/pinot/broker/routing/instanceselector/ReplicaGroupSelectorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]