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/31 01:56:06 UTC

[iotdb] branch flush_OOM updated (40ecb44 -> 5700e29)

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

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


    from 40ecb44  fix sonar bug
     add c57a98f  split two sizes
     add 7614fd6  fix bug
     add 5700e29  fix tests

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |   7 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  25 +++-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  10 +-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 126 +++++++++++----------
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  |   6 +-
 .../iotdb/tsfile/write/chunk/IChunkWriter.java     |   5 +
 6 files changed, 109 insertions(+), 70 deletions(-)