This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch mem_control
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from c7ecda1 fix sonar
add fde44d1 fix some issues
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-engine.properties | 2 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../iotdb/db/engine/memtable/AbstractMemTable.java | 27 +++++++----
.../apache/iotdb/db/engine/memtable/IMemTable.java | 25 +++++++++-
.../db/engine/memtable/PrimitiveMemTable.java | 3 ++
.../db/engine/storagegroup/StorageGroupInfo.java | 2 +-
.../db/engine/storagegroup/TsFileProcessor.java | 55 ++++++++++++++++------
.../engine/storagegroup/TsFileProcessorInfo.java | 10 ++++
.../org/apache/iotdb/db/rescon/SystemInfo.java | 2 +-
.../java/org/apache/iotdb/db/utils/MemUtils.java | 20 ++++++--
10 files changed, 114 insertions(+), 34 deletions(-)