From 6d84dec3280277f1252351715bae6076f394699e Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Mon, 22 Jan 2024 15:50:09 +0100 Subject: [PATCH] [FLINK-34199] Add documentation. --- docs/content.zh/docs/ops/traces.md | 14 +++++++++++--- docs/content/docs/ops/traces.md | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/content.zh/docs/ops/traces.md b/docs/content.zh/docs/ops/traces.md index d5025b44d02bf6..8157d1ecddd2a9 100644 --- a/docs/content.zh/docs/ops/traces.md +++ b/docs/content.zh/docs/ops/traces.md @@ -97,7 +97,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio - org.apache.flink.
runtime.checkpoint.
CheckpointStatsTracker + org.apache.flink.
runtime.checkpoint.
CheckpointStatsTracker Checkpoint startTs Timestamp when the checkpoint has started. @@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio What was the state of this checkpoint: FAILED or COMPLETED. - JobInitialization + JobInitialization startTs Timestamp when the job initialization has started. @@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio (Max/Sum)DownloadStateDurationMs

(optional - currently only supported by RocksDB Incremental) - The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS. + The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS. + + + (Max/Sum)RestoreStateDurationMs

(optional - currently only supported by RocksDB Incremental) + The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded. (Max/Sum)RestoredStateSizeBytes.[location] @@ -167,6 +171,10 @@ Flink reports a single span trace for the whole checkpoint and job initializatio REMOTE, UNKNOWN. + + (Max/Sum)RestoreAsyncCompactionDurationMs

(optional - currently only supported by RocksDB Incremental) + The aggregated (max and sum) duration across all subtasks for async compaction after incremental restore. + diff --git a/docs/content/docs/ops/traces.md b/docs/content/docs/ops/traces.md index d5025b44d02bf6..8157d1ecddd2a9 100644 --- a/docs/content/docs/ops/traces.md +++ b/docs/content/docs/ops/traces.md @@ -97,7 +97,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio - org.apache.flink.
runtime.checkpoint.
CheckpointStatsTracker + org.apache.flink.
runtime.checkpoint.
CheckpointStatsTracker Checkpoint startTs Timestamp when the checkpoint has started. @@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio What was the state of this checkpoint: FAILED or COMPLETED. - JobInitialization + JobInitialization startTs Timestamp when the job initialization has started. @@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio (Max/Sum)DownloadStateDurationMs

(optional - currently only supported by RocksDB Incremental) - The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS. + The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS. + + + (Max/Sum)RestoreStateDurationMs

(optional - currently only supported by RocksDB Incremental) + The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded. (Max/Sum)RestoredStateSizeBytes.[location] @@ -167,6 +171,10 @@ Flink reports a single span trace for the whole checkpoint and job initializatio REMOTE, UNKNOWN. + + (Max/Sum)RestoreAsyncCompactionDurationMs

(optional - currently only supported by RocksDB Incremental) + The aggregated (max and sum) duration across all subtasks for async compaction after incremental restore. +