This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch rel/1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c1bec1bb82b [To rel/1.1] Rewrite compaction memory estimator (#10965)
add 43f8ceae2af [To rel/1.1] Fix point priority reader index out of bound
(#10933)
No new revisions were added by this update.
Summary of changes:
.../executor/fast/SeriesCompactionExecutor.java | 11 +-
.../utils/executor/fast/element/PointElement.java | 3 +
.../execute/utils/reader/PointPriorityReader.java | 13 +-
.../FastCompactionPerformerWithEmptyPageTest.java | 137 +++++++++++++++++++++
.../compaction/utils/CompactionTestFileWriter.java | 99 ++++++++++++++-
5 files changed, 256 insertions(+), 7 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/engine/compaction/FastCompactionPerformerWithEmptyPageTest.java