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

[iotdb] branch fix_storageenginev2_recover updated (03a81777c9 -> ebfb3aa8f6)

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

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


    from 03a81777c9 fix review
     add a356eeabc9 [IOTDB-2922] Fix NPE when compacting with files that contains zero device (#5553)
     add b2dfcf847b Fix mpp CI (#5562)
     add ebfb3aa8f6 Merge branch 'master' of https://github.com/apache/iotdb into fix_storageenginev2_recover

No new revisions were added by this update.

Summary of changes:
 .../iotdb/commons/consensus/DataRegionId.java      |  4 ++
 .../iotdb/commons/consensus/PartitionRegionId.java |  4 ++
 .../iotdb/commons/consensus/SchemaRegionId.java    |  4 ++
 .../inner/utils/MultiTsFileDeviceIterator.java     |  5 ++-
 .../org/apache/iotdb/db/mpp/buffer/SinkHandle.java |  4 +-
 .../apache/iotdb/db/mpp/buffer/SourceHandle.java   |  2 -
 .../apache/iotdb/db/mpp/buffer/StubSinkHandle.java |  6 ++-
 .../apache/iotdb/db/mpp/execution/Coordinator.java | 23 +++++++++--
 .../apache/iotdb/db/mpp/execution/DataDriver.java  |  3 ++
 .../iotdb/db/mpp/execution/QueryExecution.java     | 22 ++++++++--
 .../apache/iotdb/db/mpp/sql/analyze/Analyzer.java  | 11 ++---
 .../db/mpp/sql/analyze/ClusterSchemaFetcher.java   |  3 +-
 .../db/mpp/sql/planner/DistributionPlanner.java    | 13 ++++--
 .../apache/iotdb/db/service/IoTDBShutdownHook.java |  2 +
 .../thrift/impl/DataNodeTSIServiceImpl.java        | 48 ++++++++++++++++++----
 .../iotdb/db/mpp/sql/analyze/AnalyzerTest.java     |  6 ++-
 .../db/mpp/sql/plan/DistributionPlannerTest.java   | 10 ++++-
 .../iotdb/db/mpp/sql/plan/LogicalPlannerTest.java  |  5 ++-
 .../iotdb/db/mpp/sql/plan/QueryPlannerTest.java    |  6 ++-
 19 files changed, 143 insertions(+), 38 deletions(-)