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 2022/10/05 09:43:46 UTC

[iotdb] branch IOTDB-4517 updated (b873fed67b -> d1056883fa)

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

marklau99 pushed a change to branch IOTDB-4517
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from b873fed67b control metadata size in TsFileIOWriter
     add d1056883fa fix it

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/compaction/CompactionUtils.java  |  3 ++-
 .../inner/utils/InnerSpaceCompactionUtils.java       |  1 +
 .../inner/utils/SingleSeriesCompactionExecutor.java  |  1 -
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java    | 20 ++++++--------------
 .../write/writer/tsmiterator/DiskTSMIterator.java    |  9 +++++----
 .../tsfile/write/writer/tsmiterator/TSMIterator.java |  4 ++--
 .../writer/TsFileIOWriterMemoryControlTest.java      |  9 +++++----
 7 files changed, 21 insertions(+), 26 deletions(-)