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 10:54:39 UTC

[iotdb] branch rel/1.0 updated (4249e431cd -> 8fab6ae4ec)

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

marklau99 pushed a change to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 4249e431cd [To rel/1.0] [IOTDB-5395] Update file metrics when loading tsfile
     add 8fab6ae4ec [To Rel/1.0] [IOTDB-5418] Add metric for mods file (#8943)

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     |  19 +-
 .../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, 393 insertions(+), 156 deletions(-)