You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/02/20 04:17:26 UTC

[incubator-iotdb] branch mmanager_refactor updated (a193551 -> ecfda43)

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

sunzesong pushed a change to branch mmanager_refactor
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from a193551  Rebase
     add ecfda43  Delete some unused check in MManager

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/merge/recover/LogAnalyzer.java |   2 +-
 .../iotdb/db/engine/merge/task/MergeTask.java      |   2 +-
 .../exception/metadata/IncorrectRootException.java |  30 ----
 .../org/apache/iotdb/db/metadata/MManager.java     | 191 ++++++---------------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  33 +++-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   4 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   2 +-
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |   4 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   2 +-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |   6 +-
 .../iotdb/db/metadata/MManagerBasicTest.java       |  36 ++--
 11 files changed, 109 insertions(+), 203 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/exception/metadata/IncorrectRootException.java