Myasuka commented on a change in pull request #17686:
URL: https://github.com/apache/flink/pull/17686#discussion_r762754553



##########
File path: docs/content.zh/docs/ops/monitoring/checkpoint_monitoring.md
##########
@@ -74,8 +74,7 @@ Checkpoint 历史记录保存有关最近触发的 checkpoint 的统计信息,
 - **Latest Acknowledgement**:JobManager 接收到任何 subtask 的最新确认的时间(如果尚未收到确认,则不适用)。
 - **End to End Duration**:从触发时间戳到最后一次确认的持续时间(如果还没有收到确认,则不适用)。完整 checkpoint 
的端到端持续时间由确认 checkpoint 的最后一个 subtask 确定。这个时间通常大于单个 subtask 实际 checkpoint state 
所需的时间。
 - **Checkpointed Data Size**:所有已确认的 subtask 的 checkpoint 的数据大小。如果启用了增量 
checkpoint,则此值为 checkpoint 数据的增量大小。
-- **Processed in-flight data**:在 checkpoint alignment 期间(从接收第一个和最后一个 
checkpoint barrier 之间的时间)对所有已确认的 subtask 处理的大约字节数。
-- **Persisted in-flight data**:在 checkpoint alignment 期间(从接收第一个和最后一个 
checkpoint barrier 之间的时间)对所有已确认的 subtask 持久化的字节数。仅当启用 unaligned checkpoint 
时,此值大于 0。
+- **Processed (persisted) in-flight data**:在 checkpoint 对齐期间(从接收第一个和最后一个 
checkpoint barrier 之间的时间)对所有已确认的 subtask 处理的大约字节数。如果启用了 unaligned 
checkpoint,此值会大于0。

Review comment:
       I don't think the Chinese translation is correct. These statements 
certainlly missed the information of **persisted data**.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to