This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch restrict_memtable_11
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 7ef9526 fix concurrent
add 6805d1c [IOTDB-1065] Fix deletion bug while trying to delete data
from a timeseries which contains comma (#2306) (#2365)
add 093a9e5 [To rel/0.11] compaction not block flush (#2364)
add 5e9bec7 Merge branch 'rel/0.11' of https://github.com/apache/iotdb
into restrict_memtable_11
No new revisions were added by this update.
Summary of changes:
.../compaction/CompactionMergeTaskPoolManager.java | 26 ++
.../db/engine/compaction/TsFileManagement.java | 5 -
.../level/LevelCompactionTsFileManagement.java | 319 ++++++++++++---------
.../no/NoCompactionTsFileManagement.java | 5 -
.../engine/compaction/utils/CompactionUtils.java | 4 +-
.../io/LocalTextModificationAccessor.java | 61 +++-
.../engine/storagegroup/StorageGroupProcessor.java | 19 +-
.../iotdb/db/integration/IoTDBDeletionIT.java | 35 +++
.../apache/iotdb/db/utils/EnvironmentUtils.java | 3 +
9 files changed, 294 insertions(+), 183 deletions(-)