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 07:40:23 UTC

[incubator-iotdb] branch hot_compaction updated (a7e9030 -> 336c034)

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 a7e9030  fix shouldClose
     add 336c034  Fix sonar problems in hot_compaction branch (#1469)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |   5 +-
 .../apache/iotdb/db/engine/flush/VmMergeUtils.java |  76 +++++++-------
 .../engine/storagegroup/StorageGroupProcessor.java | 111 ++++++++-------------
 .../db/engine/storagegroup/TsFileProcessor.java    |   7 +-
 .../java/org/apache/iotdb/db/utils/MergeUtils.java |  25 -----
 .../iotdb/db/writelog/recover/LogReplayer.java     |   1 -
 .../writelog/recover/TsFileRecoverPerformer.java   |  16 ++-
 7 files changed, 94 insertions(+), 147 deletions(-)