This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch new_geely_car_0205
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b1ea803e0e fix
add fe5bebe23b async dispatch remote
add 40036983af fix
add 16d442db34 Merge branch 'master' into IOTDB-5337
new 3228b83105 Merge branch 'IOTDB-5337' into new_geely_car_0205
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/iotdb/db/mpp/plan/Coordinator.java | 14 ++-
.../db/mpp/plan/execution/QueryExecution.java | 18 +++-
.../db/mpp/plan/scheduler/AsyncPlanNodeSender.java | 105 +++++++++++++++++++++
.../plan/scheduler/AsyncSendPlanNodeHandler.java | 61 ++++++++++++
.../db/mpp/plan/scheduler/ClusterScheduler.java | 12 ++-
.../scheduler/FragmentInstanceDispatcherImpl.java | 61 +++++++++++-
.../iotdb/db/mpp/plan/plan/QueryPlannerTest.java | 17 +++-
7 files changed, 267 insertions(+), 21 deletions(-)
create mode 100644
server/src/main/java/org/apache/iotdb/db/mpp/plan/scheduler/AsyncPlanNodeSender.java
create mode 100644
server/src/main/java/org/apache/iotdb/db/mpp/plan/scheduler/AsyncSendPlanNodeHandler.java