This is an automated email from the ASF dual-hosted git repository.

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 427a5af3b0 Upgrade Helix to 1.0.2
     add d1de3a0008 Add noServerFoundExceptions metric to broker.yaml (#8754)
     add 6ad7973971 Make max consecutive idle count before recreating stream 
configurable (#8740)
     add 047daadd23 Indexes on segment page (#8749)
     add 821976610e Improve the Explain Plan accuracy (#8738)
     add 8937b58781 Upgrade Helix to 1.0.2

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   (427a5af3b0)
            \
             N -- N -- N   refs/heads/helix-1.0 (8937b58781)

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:
 .../jmx_prometheus_javaagent/configs/broker.yml    |    7 +-
 .../requesthandler/BaseBrokerRequestHandler.java   |   27 +-
 .../pinot/broker/routing/BrokerRoutingManager.java |   12 +-
 .../routing/instanceselector/InstanceSelector.java |   21 +
 .../pinot/common/response/BrokerResponse.java      |   40 +
 .../response/broker/BrokerResponseNative.java      |   52 +
 .../org/apache/pinot/common/utils/DataTable.java   |    5 +-
 .../api/resources/PinotSegmentRestletResource.java |   34 +-
 .../helix/core/PinotHelixResourceManager.java      |   15 +
 .../pinot/controller/util/TableMetadataReader.java |   33 +
 .../main/resources/app/pages/SegmentDetails.tsx    |   18 +
 .../src/main/resources/app/requests/index.ts       |    2 +-
 .../main/resources/app/utils/PinotMethodUtils.ts   |   20 +-
 .../pinot/core/common/ExplainPlanRowData.java      |   39 +-
 .../apache/pinot/core/common/ExplainPlanRows.java  |  117 ++
 .../realtime/LLRealtimeSegmentDataManager.java     |   34 +-
 .../core/operator/filter/EmptyFilterOperator.java  |    2 +-
 .../operator/filter/MatchAllFilterOperator.java    |    2 +-
 .../query/executor/ServerQueryExecutorV1Impl.java  |  182 +-
 .../pinot/core/query/reduce/BaseReduceService.java |   23 +
 .../core/query/reduce/BrokerReduceService.java     |    4 +-
 .../query/reduce/ExplainPlanDataTableReducer.java  |  213 +-
 .../apache/pinot/core/routing/RoutingTable.java    |    9 +-
 .../apache/pinot/core/util/QueryOptionsUtils.java  |    4 +
 .../pinot/queries/ExplainPlanQueriesTest.java      | 2128 +++++++++++++++++---
 .../tests/OfflineClusterIntegrationTest.java       |   11 +-
 .../org/apache/pinot/spi/stream/StreamConfig.java  |   58 +-
 .../pinot/spi/stream/StreamConfigProperties.java   |    1 +
 .../apache/pinot/spi/utils/CommonConstants.java    |    1 +
 29 files changed, 2732 insertions(+), 382 deletions(-)
 copy pinot-spi/src/main/java/org/apache/pinot/spi/plugin/Plugin.java => 
pinot-core/src/main/java/org/apache/pinot/core/common/ExplainPlanRowData.java 
(55%)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/common/ExplainPlanRows.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to