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/15 14:22:31 UTC

[incubator-iotdb] branch mmanager_refactor updated (f73c0bd -> 5e0fffc)

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 f73c0bd  Refactor of StorageEngine
     add 5e0fffc  Fix test

No new revisions were added by this update.

Summary of changes:
 server/src/main/java/org/apache/iotdb/db/metadata/MTree.java | 12 ++++++++++--
 .../org/apache/iotdb/db/metadata/mnode/InternalMNode.java    |  3 +--
 .../java/org/apache/iotdb/db/metadata/mnode/LeafMNode.java   |  5 +----
 .../main/java/org/apache/iotdb/db/metadata/mnode/MNode.java  |  2 +-
 .../test/java/org/apache/iotdb/db/metadata/MTreeTest.java    |  3 +--
 5 files changed, 14 insertions(+), 11 deletions(-)