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 2022/01/27 01:39:05 UTC

[iotdb] branch master updated (866e294 -> 7844c63)

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

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


    from 866e294  fixed  user 's manual of openid (#4984)
     add 7844c63  [IOTDB-2488] Cross compaction recover not work and NPE in TsfileIOWriter (#4972)

No new revisions were added by this update.

Summary of changes:
 .../RewriteCrossSpaceCompactionSelector.java       | 11 ++-
 .../compaction/task/CompactionRecoverTask.java     | 31 ++++++--
 .../writer/CrossSpaceCompactionWriter.java         | 50 ++++++-------
 .../writer/InnerSpaceCompactionWriter.java         |  2 +-
 .../engine/compaction/CompactionSchedulerTest.java | 18 +++++
 .../db/engine/compaction/CompactionUtilsTest.java  | 86 ++++++++++++++++++++++
 6 files changed, 158 insertions(+), 40 deletions(-)