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/21 06:05:00 UTC

[iotdb] branch pipeline updated (1449873d14 -> 4480bf7c89)

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 1449873d14 fix conflicts with master
     add 4480bf7c89 Fix bugs in memory distribution

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/exchange/LocalSinkHandle.java |  1 +
 .../mpp/execution/exchange/LocalSourceHandle.java  |  4 +-
 .../mpp/execution/exchange/SharedTsBlockQueue.java |  7 ++-
 .../db/mpp/execution/exchange/SinkHandle.java      |  2 +-
 .../db/mpp/execution/exchange/SourceHandle.java    |  2 +-
 .../operator/source/ExchangeOperator.java          |  4 ++
 .../plan/planner/LocalExecutionPlanContext.java    | 16 +++++++
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |  2 +-
 .../plan/planner/MemoryDistributionCalculator.java | 52 ++++++++++------------
 .../db/mpp/plan/planner/OperatorTreeGenerator.java | 21 +++++++++
 10 files changed, 76 insertions(+), 35 deletions(-)