This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f1a4012424f Pipe: drop HeartbeatEvent when pipe is stopped to avoid
OOM (#10977)
add f80c2894f42 Fix point priority reader array index out of bound
exception (#10919)
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 | 14 ++-
.../FastCompactionPerformerWithEmptyPageTest.java | 137 +++++++++++++++++++++
.../compaction/utils/CompactionTestFileWriter.java | 99 ++++++++++++++-
5 files changed, 257 insertions(+), 7 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/FastCompactionPerformerWithEmptyPageTest.java