You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2018/11/21 02:13:21 UTC

[incubator-pinot] branch execution-stats updated (de9d74c -> fdea661)

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

kishoreg pushed a change to branch execution-stats
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from de9d74c  Adding execution stats for numSegmentsQueried/Processed/Matched
     add fdea661  Handling review comments. Inverting segmentsNotMatched to segmentsMatched

No new revisions were added by this update.

Summary of changes:
 .../requesthandler/BaseBrokerRequestHandler.java   |  3 ++-
 .../linkedin/pinot/common/metrics/ServerMeter.java |  4 ++-
 .../pinot/common/response/BrokerResponse.java      | 15 +++++++++++
 .../response/broker/BrokerResponseNative.java      | 31 +++++++++++++++-------
 .../com/linkedin/pinot/common/utils/DataTable.java |  2 +-
 .../core/operator/CombineGroupByOperator.java      |  2 +-
 .../pinot/core/operator/CombineOperator.java       |  2 +-
 .../pinot/core/operator/ExecutionStatistics.java   | 10 +++----
 .../operator/blocks/IntermediateResultsBlock.java  | 12 ++++-----
 .../query/executor/ServerQueryExecutorV1Impl.java  | 11 ++++----
 .../core/query/reduce/BrokerReduceService.java     | 17 ++++++++----
 .../core/query/request/ServerQueryRequest.java     |  8 ------
 .../pinot/core/query/scheduler/QueryScheduler.java | 18 ++++++++-----
 13 files changed, 86 insertions(+), 49 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org