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/01/31 06:59:04 UTC

[iotdb] branch IOTDB-5418 updated (391584b8b6 -> 10e9eb992f)

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

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


    from 391584b8b6  fix conflit with cherry pick
     add 10e9eb992f cherry pick IOTDB-5418

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Monitor-Alert/Metric-Tool.md        | 160 ++++++++++----
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     | 245 ++++++++++++---------
 .../iotdb/db/engine/TsFileMetricManager.java       |  28 +++
 .../execute/task/CrossSpaceCompactionTask.java     |  16 ++
 .../compaction/execute/utils/CompactionUtils.java  |  13 ++
 .../db/engine/modification/ModificationFile.java   |   9 +
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  37 +++-
 .../iotdb/db/service/metrics/FileMetrics.java      |  38 +++-
 8 files changed, 391 insertions(+), 155 deletions(-)