You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/26 09:34:04 UTC

[iotdb] branch master updated (0d8d00443e -> 1f3152976a)

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

haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 0d8d00443e [IOTDB-3286] False Carousel Ratio on Desktop Version Homepage (#6028)
     add 1f3152976a [IOTDB-3040] Fix TTL cannot delete the expired tsfile (#5895)

No new revisions were added by this update.

Summary of changes:
 .../engine/compaction/CompactionTaskManager.java   |  2 +
 .../compaction/cross/CrossSpaceCompactionTask.java | 44 ++++++------
 .../compaction/inner/InnerSpaceCompactionTask.java | 80 ++++++++++++----------
 .../compaction/task/AbstractCompactionTask.java    |  1 +
 .../db/engine/storagegroup/TsFileResource.java     | 11 +--
 .../compaction/CompactionTaskManagerTest.java      | 31 +++++----
 6 files changed, 93 insertions(+), 76 deletions(-)