You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/03/10 07:27:54 UTC

[incubator-iotdb] branch new_TsFile updated (791bc26 -> 9d77765)

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

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


    from 791bc26  Merge branch 'new_TsFile' of github.com:apache/incubator-iotdb into new_TsFile
     add 9d77765  remove DeviceMNode and EmptyDeviceMNode

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     |  18 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 227 ++++-----------------
 .../iotdb/db/metadata/mnode/DeviceMNode.java       |  29 ---
 .../iotdb/db/metadata/mnode/EmptyDeviceMNode.java  |  23 ---
 .../iotdb/db/metadata/mnode/InternalMNode.java     |   3 -
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |   3 -
 6 files changed, 43 insertions(+), 260 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/metadata/mnode/DeviceMNode.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/metadata/mnode/EmptyDeviceMNode.java