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

gortiz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 48283e9580 Eliminate duplicate cancel attempts in 
PerQueryCPUMemAccountant (#16299)
     add deb998f90c Use QueryCancelCallback to cancel queries from 
ThreadResourceUsageAccountant (#16142)

No new revisions were added by this update.

Summary of changes:
 .../PerQueryCPUMemAccountantFactory.java           |  51 +++++--
 .../PerQueryCPUMemAccountCancelTest.java           |   6 +-
 .../apache/pinot/query/runtime/QueryRunner.java    |   9 ++
 .../apache/pinot/query/QueryServerEnclosure.java   |   8 +-
 .../runtime/queries/DefaultAccountantTest.java     |  50 +++++++
 ...Test.java => PerQueryCPUMemAccountantTest.java} | 161 +++++++++------------
 .../runtime/queries/QueryRunnerAccountingTest.java | 157 +-------------------
 .../{TrackingScope.java => MseCancelCallback.java} |  12 +-
 .../accounting/ThreadResourceUsageAccountant.java  |  10 ++
 .../apache/pinot/spi/utils/CommonConstants.java    |   7 +
 10 files changed, 212 insertions(+), 259 deletions(-)
 create mode 100644 
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/queries/DefaultAccountantTest.java
 copy 
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/queries/{QueryRunnerAccountingTest.java
 => PerQueryCPUMemAccountantTest.java} (55%)
 copy 
pinot-spi/src/main/java/org/apache/pinot/spi/accounting/{TrackingScope.java => 
MseCancelCallback.java} (84%)


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

Reply via email to