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/06/23 15:14:23 UTC

[incubator-iotdb] branch hot_compaction updated (c2216eb -> bdb67d8)

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 c2216eb  clear get num
     add bdb67d8  Fix hot compaction (#1412)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 76 ++++++++++++++--------
 .../engine/storagegroup/StorageGroupProcessor.java | 59 ++++++++++-------
 .../db/engine/storagegroup/TsFileProcessor.java    | 14 ++--
 .../java/org/apache/iotdb/db/utils/MergeUtils.java | 56 ++++++++++++----
 .../writelog/recover/TsFileRecoverPerformer.java   |  2 +-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |  1 -
 .../storagegroup/StorageGroupProcessorTest.java    |  4 +-
 .../engine/storagegroup/TsFileProcessorTest.java   | 38 +++++------
 8 files changed, 155 insertions(+), 95 deletions(-)