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

[incubator-iotdb] branch feature_async_close_tsfile updated (69ddf0a -> e622d59)

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

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


    from 69ddf0a  fix TsFileProcessor syncClose always waiting bug
     add e622d59  fix review comment

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java     | 10 ++++------
 .../iotdb/db/engine/memtable/ChunkBufferPool.java      |  1 +
 .../iotdb/db/engine/memtable/PrimitiveMemTable.java    |  2 +-
 .../iotdb/db/engine/storagegroup/TsFileProcessor.java  |  2 +-
 .../java/org/apache/iotdb/db/monitor/IStatistic.java   |  2 +-
 .../org/apache/iotdb/db/monitor/MonitorConstants.java  |  4 ++--
 .../db/monitor/collector/MemTableWriteTimeCost.java    |  3 +++
 .../iotdb/db/qp/executor/QueryProcessExecutor.java     |  4 +---
 .../db/{engine/memtable => rescon}/MemTablePool.java   |  4 +++-
 .../datastructure => rescon}/TVListAllocator.java      | 18 +++++++++++++-----
 .../main/java/org/apache/iotdb/db/service/IoTDB.java   |  2 +-
 .../iotdb/db/engine/memtable/MemTablePoolTest.java     |  1 +
 .../iotdb/db/engine/memtable/MemtableBenchmark.java    |  1 -
 13 files changed, 32 insertions(+), 22 deletions(-)
 rename iotdb/src/main/java/org/apache/iotdb/db/{engine/memtable => rescon}/MemTablePool.java (95%)
 rename iotdb/src/main/java/org/apache/iotdb/db/{utils/datastructure => rescon}/TVListAllocator.java (82%)