This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3cab8602ebd IoTConsensusV2: Fix borrow tsfileWriter and delete
tsfileWriter's file concurrency bug #15072
add d756afb335f Timestamp of Long.MIN_VALUE may be deleted by ttl in
compaction task (#15067)
No new revisions were added by this update.
Summary of changes:
.../execute/utils/MultiTsFileDeviceIterator.java | 5 +-
.../tsfile/timeindex/ArrayDeviceTimeIndex.java | 3 +-
.../dataregion/tsfile/timeindex/FileTimeIndex.java | 2 +-
.../compaction/CompactionWithMinTimestampTest.java | 136 +++++++++++++++++++++
4 files changed, 143 insertions(+), 3 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/CompactionWithMinTimestampTest.java