This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 82389195ef [IOTDB-5547] Bug fix: driver will release resources
concurrently which leads to concurrentModify
add 78d233ba3e [IOTDB-5189][IOTDB-5529]Optimize the memory usage and
execution of fast compaction (#9048)
No new revisions were added by this update.
Summary of changes:
.../fast/AlignedSeriesCompactionExecutor.java | 11 +-
.../fast/NonAlignedSeriesCompactionExecutor.java | 17 +-
.../executor/fast/SeriesCompactionExecutor.java | 345 ++++++------------
.../fast/element/ChunkMetadataElement.java | 5 -
.../utils/executor/fast/element/PointElement.java | 12 +-
.../execute/utils/reader/PointPriorityReader.java | 60 ++--
.../compaction/FastAlignedCrossCompactionTest.java | 398 +++++++++++++++++++++
.../FastNonAlignedCrossCompactionTest.java | 391 ++++++++++++++++++++
8 files changed, 956 insertions(+), 283 deletions(-)