Myasuka commented on a change in pull request #18086:
URL: https://github.com/apache/flink/pull/18086#discussion_r771188580
##########
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:
```suggestion
/** Returns whether the checkpoint should be restored in a {@link
RestoreMode#NO_CLAIM} mode. */
```
--
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]