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/12/16 06:42:44 UTC

[iotdb] branch master updated (d426f7aaf5 -> 5126711dff)

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 d426f7aaf5 Add sleep time in retry of pullAndCheckConfiguration (#8484)
     add 5126711dff [IOTDB-5209] Limit the read rate of compaction execution (#8461)

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Reference/Common-Config-Manual.md         | 16 ++++++++--------
 docs/zh/UserGuide/Reference/Common-Config-Manual.md      | 16 ++++++++--------
 .../src/assembly/resources/conf/iotdb-common.properties  |  4 ++--
 .../main/java/org/apache/iotdb/db/conf/IoTDBConfig.java  | 12 ++++++------
 .../java/org/apache/iotdb/db/conf/IoTDBDescriptor.java   | 11 +++++------
 .../db/engine/compaction/CompactionTaskManager.java      | 15 ++-------------
 .../cross/utils/AlignedSeriesCompactionExecutor.java     |  8 ++++++++
 .../cross/utils/NonAlignedSeriesCompactionExecutor.java  |  2 ++
 .../inner/utils/AlignedSeriesCompactionExecutor.java     |  9 ++++-----
 .../inner/utils/SingleSeriesCompactionExecutor.java      | 11 +++++------
 .../compaction/writer/AbstractCompactionWriter.java      | 12 +++++-------
 .../compaction/utils/CompactionConfigRestorer.java       |  2 +-
 12 files changed, 56 insertions(+), 62 deletions(-)