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/12/15 15:36:21 UTC

[iotdb] branch pipeline updated (0aa1e752db -> 1b178918d1)

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

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


    from 0aa1e752db fix conflicts with master
     add 1b178918d1 grace code

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/common/FragmentInstanceId.java    |  2 +-
 .../iotdb/db/mpp/execution/driver/DataDriver.java  |  4 +-
 .../db/mpp/execution/driver/DataDriverContext.java | 13 +++--
 .../iotdb/db/mpp/execution/driver/Driver.java      |  8 +--
 .../db/mpp/execution/driver/DriverContext.java     | 14 ++++-
 .../mpp/execution/exchange/LocalSourceHandle.java  |  5 +-
 .../execution/exchange/MPPDataExchangeManager.java | 39 +++++++++----
 .../fragment/FragmentInstanceContext.java          |  3 +-
 .../fragment/FragmentInstanceManager.java          | 10 +---
 .../db/mpp/execution/operator/OperatorContext.java |  8 +--
 .../operator/source/SeriesScanOperator.java        | 20 +++----
 .../db/mpp/execution/schedule/DriverScheduler.java | 29 +++++-----
 .../mpp/execution/schedule/DriverTaskThread.java   |  6 +-
 .../plan/planner/LocalExecutionPlanContext.java    | 36 +++---------
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |  9 +--
 .../db/mpp/plan/planner/OperatorTreeGenerator.java | 11 ++--
 .../db/mpp/plan/planner/PipelineDriverFactory.java | 66 ++--------------------
 17 files changed, 110 insertions(+), 173 deletions(-)