Myasuka commented on a change in pull request #18324:
URL: https://github.com/apache/flink/pull/18324#discussion_r790661113
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpointStats.java
##########
@@ -63,6 +93,7 @@
* @param totalSubtaskCount Total number of subtasks for the checkpoint.
* @param taskStats Task stats for each involved operator.
* @param numAcknowledgedSubtasks Number of acknowledged subtasks.
+ * @param checkpointedSize Total checkpointed size over all subtasks.
* @param stateSize Total checkpoint state size over all subtasks.
Review comment:
How about make `checkpointedSize` as `Total persisted data size over all
subtasks of this checkpoint.` and leave `stateSize` as before?
--
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]