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/06 08:19:15 UTC

[iotdb] branch IOTDB-4517 updated (13b6248858 -> 4775b773fa)

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 13b6248858 fix sonar bug
     add 4775b773fa combine two param into one

No new revisions were added by this update.

Summary of changes:
 .../assembly/resources/conf/iotdb-engine.properties   |  6 +-----
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java    | 19 +++++--------------
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java     | 11 +++--------
 .../inner/utils/InnerSpaceCompactionUtils.java        | 10 ++++------
 .../compaction/writer/CrossSpaceCompactionWriter.java |  4 +---
 .../compaction/writer/InnerSpaceCompactionWriter.java |  4 +---
 .../iotdb/db/engine/storagegroup/TsFileProcessor.java |  2 +-
 .../iotdb/db/engine/storagegroup/TsFileResource.java  | 13 ++++++++++++-
 .../db/writelog/recover/TsFileRecoverPerformer.java   |  2 +-
 .../tsfile/write/writer/RestorableTsFileIOWriter.java |  4 ++++
 10 files changed, 33 insertions(+), 42 deletions(-)