This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 4f788b2995 Fix the deadlock in ClusterChangeMediator (#8572) add 2fba4b0cb7 Add query option to use more replica groups (#8550) No new revisions were added by this update. Summary of changes: .../requesthandler/BaseBrokerRequestHandler.java | 13 ++ .../instanceselector/BalancedInstanceSelector.java | 2 +- .../instanceselector/BaseInstanceSelector.java | 8 +- .../ReplicaGroupInstanceSelector.java | 19 +- .../broker/requesthandler/QueryValidationTest.java | 7 + .../instanceselector/InstanceSelectorTest.java | 243 +++++++++++++++++++++ .../apache/pinot/core/util/QueryOptionsUtils.java | 5 + .../apache/pinot/spi/utils/CommonConstants.java | 1 + 8 files changed, 293 insertions(+), 5 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org