Myasuka commented on a change in pull request #17686: URL: https://github.com/apache/flink/pull/17686#discussion_r762767208
########## 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 also suggest using a slash here. ########## File path: docs/content/docs/ops/monitoring/checkpoint_monitoring.md ########## @@ -65,8 +65,7 @@ Note that for failed checkpoints, metrics are updated on a best efforts basis an - **Latest Acknowledgement**: The time when the latest acknowledgement for any subtask was received at the JobManager (or n/a if no acknowledgement received yet). - **End to End Duration**: The duration from the trigger timestamp until the latest acknowledgement (or n/a if no acknowledgement received yet). This end to end duration for a complete checkpoint is determined by the last subtask that acknowledges the checkpoint. This time is usually larger than single subtasks need to actually checkpoint the state. - **Checkpointed Data Size**: The checkpointed data size over all acknowledged subtasks. If incremental checkpointing is enabled this value is the checkpointed data size delta. -- **Processed in-flight data**: The approximate number of bytes processed during the alignment (time between receiving the first and the last checkpoint barrier) over all acknowledged subtasks. -- **Persisted in-flight data**: The number of bytes persisted during the alignment (time between receiving the first and the last checkpoint barrier) over all acknowledged subtasks. This is > 0 only if the unaligned checkpoints are enabled. +- **Processed (persisted) in-flight data**: The approximate number of bytes processed (persisted) during the alignment (time between receiving the first and the last checkpoint barrier) over all acknowledged subtasks. Persisted data could be larger than zero only if the unaligned checkpoints are enabled. Review comment: I think a slash here could be better. processed (persisted) during the alignment --> processed/persisted during the alignment ########## 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: The translation is still not correct, the persisted number could be larger than zero only if enabled unalighed checkpoint. However, it does not mean we must get a positive number when we enabled unaligned checkpoint. -- 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