klion26 commented on a change in pull request #7571: [FLINK-10724] Refactor
failure handling in check point coordinator
URL: https://github.com/apache/flink/pull/7571#discussion_r251278136
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
##########
@@ -181,6 +181,9 @@
/** Registry that tracks state which is shared across (incremental)
checkpoints */
private SharedStateRegistry sharedStateRegistry;
+ /** Determines if a tasks are failed or not if there is an error in
their checkpointing. */
Review comment:
"a tasks are" should be updated.
And should description be aligned to `periodicScheduling` and
`triggerRequestQueued`
other places should also be updated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services