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 2020/03/24 02:14:29 UTC

[incubator-pinot] branch master updated (ae484e5 -> b8ed426)

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 ae484e5  Table level timeout implementation (#5169)
     add b8ed426  Add EarlyTerminationException to prevent logging too many invalid error messages (#5174)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/pinot/core/common/Operator.java     |  6 +++++-
 .../org/apache/pinot/core/operator/BaseOperator.java    |  3 ++-
 .../pinot/core/operator/CombineGroupByOperator.java     |  3 +++
 .../core/operator/CombineGroupByOrderByOperator.java    |  3 +++
 .../org/apache/pinot/core/operator/CombineOperator.java |  3 +++
 ...estException.java => EarlyTerminationException.java} | 17 ++++++++---------
 .../pinot/core/operator/CombineSlowOperatorsTest.java   | 11 ++++++++---
 7 files changed, 32 insertions(+), 14 deletions(-)
 copy pinot-core/src/main/java/org/apache/pinot/core/query/exception/{BadQueryRequestException.java => EarlyTerminationException.java} (73%)


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