You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2023/03/21 02:37:55 UTC

[iotdb] branch master updated (e646d3d87e -> 8441842899)

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 e646d3d87e [IOTDB-5705] Replace data_region_per_processor by data_region_per_data_node (#9386)
     add 8441842899 [IOTDB-5686] Fix devices with the same name but different alignment properties meets error in inner seq compaction

No new revisions were added by this update.

Summary of changes:
 .../impl/ReadChunkCompactionPerformer.java         |   7 +-
 .../engine/compaction/AbstractCompactionTest.java  |   7 +-
 .../compaction/FastAlignedCrossCompactionTest.java | 139 ++--
 .../FastNonAlignedCrossCompactionTest.java         | 138 ++--
 .../utils/MultiTsFileDeviceIteratorTest.java       | 734 +++++++++++++++++++++
 5 files changed, 883 insertions(+), 142 deletions(-)