You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/04/02 09:01:28 UTC

[iotdb] branch ty-mpp updated (11f16c0 -> f53ecc1)

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

jackietien pushed a change to branch ty-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 11f16c0  add abort method for IFragmentInstanceScheduler
     add c676100  rename ExecFragmentInstance to Driver
     add f53ecc1  change according to reviews

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/mpp/execution/DataDriver.java  | 18 ++---
 .../{ExecFragmentInstance.java => Driver.java}     |  2 +-
 .../db/mpp/execution/FragmentInstanceContext.java  | 13 ++++
 .../mpp/execution/FragmentInstanceExecution.java   |  6 +-
 .../db/mpp/execution/FragmentInstanceInfo.java     |  9 ++-
 .../db/mpp/execution/FragmentInstanceManager.java  | 47 +++++++++++++
 .../iotdb/db/mpp/execution/SchemaDriver.java       |  4 +-
 .../db/mpp/schedule/FragmentInstanceScheduler.java |  6 +-
 .../mpp/schedule/FragmentInstanceTaskExecutor.java |  4 +-
 .../mpp/schedule/IFragmentInstanceScheduler.java   | 11 ++--
 .../db/mpp/schedule/task/FragmentInstanceTask.java | 11 ++--
 .../iotdb/db/mpp/execution/DataDriverTest.java     |  3 +-
 .../db/mpp/schedule/DefaultTaskSchedulerTest.java  | 71 +++++++++-----------
 .../schedule/FragmentInstanceSchedulerTest.java    | 25 ++++---
 .../FragmentInstanceTimeoutSentinelTest.java       | 76 ++++++++++------------
 15 files changed, 174 insertions(+), 132 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/mpp/execution/{ExecFragmentInstance.java => Driver.java} (97%)