This is an automated email from the ASF dual-hosted git repository. tingchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from db2f78c853 [Priority Replica Group Routing] Support orderedPreferredReplicas query option for customizable routing strategy (#15203) add ff5a750af9 Add `maxBytesSize` config to limit mutable json index heap usage (#15685) No new revisions were added by this update. Summary of changes: .../jmx_prometheus_javaagent/configs/server.yml | 7 +++ .../apache/pinot/common/metrics/ServerMeter.java | 7 ++- .../apache/pinot/common/utils/SegmentUtils.java | 7 +++ .../pinot/common/utils/SegmentUtilsTest.java | 7 +++ .../accounting/ResourceManagerAccountingTest.java | 2 +- .../realtime/impl/json/MutableJsonIndexImpl.java | 42 +++++++++++++++-- .../local/segment/index/json/JsonIndexType.java | 2 +- .../segment/local/segment/index/JsonIndexTest.java | 55 ++++++++++++++++++---- .../pinot/spi/config/table/JsonIndexConfig.java | 25 +++++++++- .../spi/config/table/JsonIndexConfigTest.java | 2 + 10 files changed, 140 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org