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 2020/07/08 04:47:10 UTC

[incubator-iotdb] branch hot_compaction updated (acfdee2 -> d0d5815)

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

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


    from acfdee2  fix test
     add d0d5815  split vm with flush (#1468)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/concurrent/ThreadName.java |   1 +
 .../apache/iotdb/db/engine/flush/FlushManager.java |   6 +-
 .../iotdb/db/engine/flush/FlushManagerMBean.java   |   1 -
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 109 +--------
 .../flush/{VmMergeTask.java => VmMergeUtils.java}  |  32 +--
 ...oolManager.java => VmMergeTaskPoolManager.java} |  22 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 260 +++++++++++----------
 .../writelog/recover/TsFileRecoverPerformer.java   |  15 +-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |   5 +-
 .../storagegroup/TsFileProcessorEnableVmTest.java  |   4 +-
 10 files changed, 177 insertions(+), 278 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/engine/flush/{VmMergeTask.java => VmMergeUtils.java} (91%)
 copy server/src/main/java/org/apache/iotdb/db/engine/flush/pool/{FlushSubTaskPoolManager.java => VmMergeTaskPoolManager.java} (71%)