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 2020/12/25 16:26:29 UTC

[iotdb] branch restrict_memtable_11 updated (888c769 -> bd0084d)

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

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


    from 888c769  add synchronized
     add bd0084d  add memtable manager

No new revisions were added by this update.

Summary of changes:
 .../db/engine/storagegroup/TsFileProcessor.java    |  36 ++-----
 .../org/apache/iotdb/db/metadata/MManager.java     |   5 +-
 .../apache/iotdb/db/rescon/MemTableManager.java    | 110 +++++++++++++++++++++
 .../org/apache/iotdb/db/rescon/SystemInfo.java     |  32 ------
 4 files changed, 119 insertions(+), 64 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/MemTableManager.java