Myasuka commented on a change in pull request #17482:
URL: https://github.com/apache/flink/pull/17482#discussion_r731532608
##########
File path: docs/content/docs/ops/monitoring/checkpoint_monitoring.md
##########
@@ -60,6 +60,7 @@ Note that for failed checkpoints, metrics are updated on a
best efforts basis an
- **ID**: The ID of the triggered checkpoint. The IDs are incremented for each
checkpoint, starting at 1.
- **Status**: The current status of the checkpoint, which is either *In
Progress*, *Completed*, or *Failed*. If the triggered checkpoint is a
savepoint, you will see a floppy-disk symbol.
+- **Acknowledged**: The ratio between the number of subtask that acknowledged
the checkpoint and total subtasks number.
Review comment:
Compared with ratio, the more important part is the number of
acknowledged sub-tasks with total sub-tasks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]