You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/07/02 01:57:27 UTC

[incubator-iotdb] branch feature_async_close_tsfile updated (83a26cb -> b6f40ed)

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

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


    from 83a26cb  dix unrenamed test
     add b6f40ed  code refinements in MemTableFlushTask

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   9 +-
 .../iotdb/db/engine/memtable/ChunkBufferPool.java  |  17 ++-
 .../apache/iotdb/db/engine/memtable/IMemTable.java |   3 -
 .../db/engine/memtable/MemSeriesLazyMerger.java    |  11 --
 .../db/engine/memtable/MemTableFlushTask.java      | 154 +++++++++------------
 ...ckException.java => FlushRunTimeException.java} |  10 +-
 .../db/engine/memtable/ChunkBufferPoolTest.java    |   2 +-
 7 files changed, 84 insertions(+), 122 deletions(-)
 copy iotdb/src/main/java/org/apache/iotdb/db/exception/{SysCheckException.java => FlushRunTimeException.java} (78%)