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/07/22 03:23:22 UTC

[incubator-iotdb] branch mem_control updated (afd31b1 -> cdf3cac)

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/incubator-iotdb.git.


    from afd31b1  add TsFileProcessorInfo
     add e617dbe  logic of checking array size
     add cdf3cac  logic of writing

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  10 ++
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  13 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  18 +++
 .../apache/iotdb/db/engine/memtable/IMemTable.java |   3 +
 .../db/engine/memtable/IWritableMemChunk.java      |   2 +
 .../iotdb/db/engine/memtable/WritableMemChunk.java |   4 +
 .../engine/storagegroup/StorageGroupProcessor.java |   4 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 153 ++++++++++++++++-----
 .../engine/storagegroup/TsFileProcessorInfo.java   |  51 ++++++-
 .../db/qp/physical/crud/InsertTabletPlan.java      |   1 -
 .../iotdb/db/utils/datastructure/TVList.java       |   4 +
 .../storagegroup/StorageGroupProcessorTest.java    |   6 +-
 12 files changed, 219 insertions(+), 50 deletions(-)