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/06 11:48:57 UTC

[iotdb] branch xingtanzjr/query_execution updated (d109caa0c9 -> b17bb20240)

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 d109caa0c9 fix spotless issue
     add b17bb20240 add query terminator

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/execution/QueryExecution.java     |  8 +--
 .../mpp/execution/scheduler/ClusterScheduler.java  | 12 +++-
 ...anceStateTracker.java => IQueryTerminator.java} |  6 +-
 .../scheduler/SimpleFragInstanceDispatcher.java    |  9 ++-
 .../execution/scheduler/SimpleQueryTerminator.java | 73 ++++++++++++++++++++++
 5 files changed, 97 insertions(+), 11 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/mpp/execution/scheduler/{IFragInstanceStateTracker.java => IQueryTerminator.java} (91%)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/scheduler/SimpleQueryTerminator.java