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 322b2a2 Fix sonar
add c140060 change logic
add a8e7a45 fix bugs
add bdf967e update branch
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 25 +---
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 5 +-
.../iotdb/db/engine/memtable/AbstractMemTable.java | 26 ++++
.../apache/iotdb/db/engine/memtable/IMemTable.java | 8 +
.../db/engine/memtable/IWritableMemChunk.java | 2 +-
.../iotdb/db/engine/memtable/WritableMemChunk.java | 4 +-
.../db/engine/storagegroup/StorageGroupInfo.java | 17 +--
.../db/engine/storagegroup/TsFileProcessor.java | 162 ++++++++++++++-------
.../engine/storagegroup/TsFileProcessorInfo.java | 22 +--
.../iotdb/db/rescon/PrimitiveArrayManager.java | 60 +-------
.../org/apache/iotdb/db/rescon/SystemInfo.java | 107 +-------------
.../iotdb/db/utils/datastructure/TVList.java | 19 ++-
12 files changed, 187 insertions(+), 270 deletions(-)