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/pinot.git.
from a74d944 Adding pinot client connection config to allow skip fail on broker response exception (#7816) add 819cba0 Fix the broker routing when segment is deleted (#7817) No new revisions were added by this update. Summary of changes: .../broker/broker/helix/BaseBrokerStarter.java | 16 +++ .../broker/broker/helix/ClusterChangeMediator.java | 14 +- .../pinot/broker/routing/RoutingManager.java | 138 +++++++++++--------- .../instanceselector/BaseInstanceSelector.java | 68 ++++++---- .../routing/instanceselector/InstanceSelector.java | 15 ++- .../StrictReplicaGroupInstanceSelector.java | 2 +- .../routing/segmentpruner/EmptySegmentPruner.java | 4 +- .../segmentpruner/PartitionSegmentPruner.java | 15 +-- .../routing/segmentpruner/SegmentPruner.java | 15 ++- .../routing/segmentpruner/TimeSegmentPruner.java | 8 +- .../segmentselector/OfflineSegmentSelector.java | 6 +- .../segmentselector/RealtimeSegmentSelector.java | 6 +- .../routing/segmentselector/SegmentSelector.java | 15 ++- .../routing/timeboundary/TimeBoundaryManager.java | 27 ++-- .../instanceselector/InstanceSelectorTest.java | 142 ++++++++++++--------- .../routing/segmentpruner/SegmentPrunerTest.java | 79 ++++++------ .../segmentselector/SegmentSelectorTest.java | 10 +- .../timeboundary/TimeBoundaryManagerTest.java | 18 +-- 18 files changed, 344 insertions(+), 254 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org