dawidwys commented on a change in pull request #18086:
URL: https://github.com/apache/flink/pull/18086#discussion_r771214095
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointProperties.java
##########
@@ -89,6 +94,11 @@ boolean forceCheckpoint() {
return forced;
}
+ /** Returns whether the checkpoint has been restored in a {@link
RestoreMode#NO_CLAIM} mode. */
Review comment:
I'll change it, but it's not true for all properties, see
`forceCheckpoint`.
--
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]