zentol commented on a change in pull request #13158: URL: https://github.com/apache/flink/pull/13158#discussion_r471335941
########## File path: docs/monitoring/checkpoint_monitoring.zh.md ########## @@ -61,7 +61,7 @@ The checkpoint history keeps statistics about recently triggered checkpoints, in - **Trigger Time**: The time when the checkpoint was triggered at the JobManager. - **Latest Acknowledgement**: The time when the latest acknowledged 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 state size over all acknowledged subtasks. +- **Checkpointed Data Size**: The checkpointed data size over all acknowledged subtasks. This value would be the delta delta checkpointed data if incremental checkpoint is on. Review comment: ```suggestion - **Checkpointed Data Size**: The checkpointed data size over all acknowledged subtasks. If incremental checkpointing is enabled this value is the checkpointed data size delta. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org