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/07/28 09:25:53 UTC

[incubator-iotdb] branch mem_control updated (89ef787 -> 52e8139)

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

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


    from 89ef787  calculate unsealedResource cost
     add 52e8139  System info part of Mem control (#1573)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  10 +-
 .../apache/iotdb/db/engine/flush/FlushManager.java |   7 ++
 .../db/engine/storagegroup/TsFileProcessor.java    |  10 +-
 .../engine/storagegroup/TsFileProcessorInfo.java   |   8 --
 .../org/apache/iotdb/db/rescon/FlushManager.java   |  43 --------
 .../iotdb/db/rescon/PrimitiveArrayManager.java     |   8 +-
 .../org/apache/iotdb/db/rescon/SystemInfo.java     | 113 ++++++++++++---------
 .../tsfile/file/metadata/enums/TSDataType.java     |   5 +-
 8 files changed, 89 insertions(+), 115 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/FlushManager.java