You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/11/01 00:50:00 UTC

[incubator-pinot] branch master updated (22aa781 -> 2ce7502)

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/incubator-pinot.git.


    from 22aa781  [TE] deactivate metrics instead of deleting (#4768)
     add 2ce7502  Fix the bug of releasing the segment when there are still threads working on it (#4764)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/core/operator/BaseOperator.java   |   3 +
 .../core/operator/CombineGroupByOperator.java      |  33 ++++-
 .../operator/CombineGroupByOrderByOperator.java    |  34 +++--
 .../pinot/core/operator/CombineOperator.java       |  52 +++++--
 .../apache/pinot/core/plan/CombinePlanNode.java    |  39 ++++--
 .../core/operator/CombineSlowOperatorsTest.java    | 150 +++++++++++++++++++++
 .../pinot/core/plan/CombinePlanNodeTest.java       |  11 +-
 7 files changed, 287 insertions(+), 35 deletions(-)
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/CombineSlowOperatorsTest.java


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