This is an automated email from the ASF dual-hosted git repository.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 5b289fc2e5 [multistage] Fix Leaks in Mailbox (#10322)
add b62033a3ac [multistage] early terminate from query dispatcher (#10401)
No new revisions were added by this update.
Summary of changes:
pinot-common/src/main/proto/worker.proto | 10 +++
.../apache/pinot/query/runtime/QueryRunner.java | 4 +
.../runtime/executor/OpChainSchedulerService.java | 31 ++++++-
.../pinot/query/runtime/operator/OpChainId.java | 4 +
.../apache/pinot/query/service/QueryServer.java | 6 ++
.../query/service/dispatch/CancelObserver.java | 18 ++--
.../query/service/dispatch/DispatchClient.java | 11 +++
.../query/service/dispatch/QueryDispatcher.java | 75 ++++++++++++-----
.../pinot/query/runtime/QueryRunnerTest.java | 24 ++----
.../pinot/query/runtime/QueryRunnerTestBase.java | 26 +++---
.../executor/OpChainSchedulerServiceTest.java | 98 ++++++++++++++++------
.../runtime/queries/ResourceBasedQueriesTest.java | 5 +-
.../service/dispatch/QueryDispatcherTest.java | 59 +++++++++++++
13 files changed, 275 insertions(+), 96 deletions(-)
copy
pinot-core/src/main/java/org/apache/pinot/core/data/manager/offline/OfflineTableDataManager.java
=>
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/CancelObserver.java
(68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]