This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch rc/1.3.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from abccd8fe5df update RELEASE_NOTES.md
     new 36a18f127a4 Remove usage of CompressionRatio in compaction (#12875)
     new 5422add3988 Fix negative compression ratios after restart (#12879)
     new 5f9291c9746 modify compaction schedule (#12826)
     new b6aa1a872ad Limit the row count of a single TVList to 
avg_series_point_number_threshold (#12898)
     new 5167cb95bd1 spotless
     new cb524977371 CI

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/cluster-it-1c1d.yml              |  2 +-
 .github/workflows/cluster-it-1c3d.yml              |  2 +-
 .github/workflows/pipe-it-2cluster.yml             |  2 +-
 .github/workflows/unit-test.yml                    |  2 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../iotdb/db/storageengine/StorageEngine.java      |  6 +-
 .../db/storageengine/dataregion/DataRegion.java    |  8 +--
 .../compaction/schedule/CompactionScheduler.java   | 20 ++++--
 .../compaction/schedule/CompactionTaskManager.java |  8 +++
 .../estimator/AbstractCompactionEstimator.java     |  6 +-
 .../FastCompactionInnerCompactionEstimator.java    | 15 +++--
 .../FastCrossSpaceCompactionEstimator.java         | 15 +++--
 .../ReadChunkInnerCompactionEstimator.java         | 19 +++---
 .../RepairUnsortedFileCompactionEstimator.java     | 11 ++--
 .../dataregion/flush/CompressionRatio.java         |  7 +++
 .../dataregion/memtable/AbstractMemTable.java      | 16 +++--
 .../memtable/AlignedWritableMemChunk.java          | 25 ++++----
 .../dataregion/memtable/IMemTable.java             |  7 +--
 .../dataregion/memtable/IWritableMemChunk.java     | 20 +++---
 .../dataregion/memtable/TsFileProcessor.java       | 25 +++++---
 .../dataregion/memtable/WritableMemChunk.java      | 71 +++++++++++-----------
 .../file/UnsealedTsFileRecoverPerformer.java       | 19 ++++++
 .../db/utils/datastructure/AlignedTVList.java      |  4 +-
 .../iotdb/db/utils/datastructure/BinaryTVList.java |  4 +-
 .../iotdb/db/utils/datastructure/TVList.java       |  6 +-
 ...eCompactionWithFastPerformerValidationTest.java |  4 ++
 ...actionWithReadPointPerformerValidationTest.java |  4 ++
 27 files changed, 189 insertions(+), 141 deletions(-)

Reply via email to