rkhachatryan commented on a change in pull request #11899: URL: https://github.com/apache/flink/pull/11899#discussion_r417237495
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointProperties.java ########## @@ -248,6 +248,15 @@ public String toString() { false, false); + private static final CheckpointProperties SYNC_SAVEPOINT_NOT_FORCED = new CheckpointProperties( + false, Review comment: You're right, I missed this use of the `force` flag. Fixed by replacing `isForce` by `isSavepoint` in these methods. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org