You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/02/06 09:16:57 UTC

[iotdb] branch new_geely_car_0205 updated (b1ea803e0e -> 3228b83105)

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


[iotdb] 01/01: Merge branch 'IOTDB-5337' into new_geely_car_0205

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a commit to branch new_geely_car_0205
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3228b8310592a1e769617685477e499c7e872043
Merge: b1ea803e0e 16d442db34
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Sun Feb 5 17:38:12 2023 +0800

    Merge branch 'IOTDB-5337' into new_geely_car_0205

 .../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(-)