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 2022/04/07 10:35:47 UTC

[iotdb] branch xingtanzjr/query_execution updated (4b134d2962 -> 39a4a21953)

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

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


    from 4b134d2962 Merge branch 'master' into xingtanzjr/query_execution
     add 39a4a21953 Fix some issues

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/execution/ConfigExecution.java    | 53 +++++++++++++---------
 .../apache/iotdb/db/mpp/execution/Coordinator.java | 18 ++++++--
 .../apache/iotdb/db/mpp/execution/IConfigTask.java |  2 +-
 .../iotdb/db/mpp/execution/IQueryExecution.java    |  2 +-
 .../iotdb/db/mpp/execution/QueryExecution.java     | 26 +++++++----
 .../iotdb/db/mpp/execution/QueryStateMachine.java  | 12 +++++
 .../mpp/execution/scheduler/ClusterScheduler.java  |  2 +-
 .../db/mpp/execution/scheduler/IScheduler.java     |  2 +-
 .../scheduler/SimpleFragInstanceDispatcher.java    | 35 +++++++-------
 .../execution/scheduler/StandaloneScheduler.java   |  2 +-
 10 files changed, 96 insertions(+), 58 deletions(-)