dawidwys commented on a change in pull request #18086:
URL: https://github.com/apache/flink/pull/18086#discussion_r768852184



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointOptions.java
##########
@@ -179,6 +254,16 @@ public CheckpointStorageLocationReference 
getTargetLocation() {
         return targetLocation;
     }
 
+    /**
+     * Returns whether the snapshot needs to be a full one in the sense if it 
can share artefacts
+     * with prior snapshots.
+     *
+     * @return If it is forced to be a full snapshot it should not share any 
artefacts.
+     */
+    public boolean isForcedFullSnapshot() {
+        return forcedFullSnapshot;
+    }

Review comment:
       Makes sense. I updated it as you described it, ptal.




-- 
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]


Reply via email to