This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from a510cf3 [ISSUE-3335] Fix the bug of start-cli.sh -e mode can't work
with wildcard * (#3336) (#4450)
add 26fc107 [IOTDB-2039][To rel/0.12] Fix data redundant after too many
open files exception occurs during compaction (#4438)
No new revisions were added by this update.
Summary of changes:
.../db/engine/compaction/TsFileManagement.java | 26 +-
.../level/LevelCompactionTsFileManagement.java | 131 +++---
.../no/NoCompactionTsFileManagement.java | 4 +-
.../iotdb/db/engine/merge/task/MergeTask.java | 2 +-
.../compaction/LevelCompactionRestoreTest.java | 470 +++++++++++++++++++++
5 files changed, 560 insertions(+), 73 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/engine/compaction/LevelCompactionRestoreTest.java