masteryhx commented on code in PR #24401:
URL: https://github.com/apache/flink/pull/24401#discussion_r1511051492


##########
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java:
##########
@@ -76,6 +76,17 @@ public class CheckpointingOptions {
      * CheckpointStorageFactory#createFromConfig(ReadableConfig, ClassLoader)} 
method is called.
      *
      * <p>Recognized shortcut names are 'jobmanager' and 'filesystem'.
+     *
+     * <p>{@link #CHECKPOINT_STORAGE} and {@link #CHECKPOINTS_DIRECTORY} are 
usually combined to
+     * configure the checkpoint location. By default, checkpoint data and meta 
data will be stored

Review Comment:
   'checkpoint data and meta data' seems a bit confused.
   How about 'meta data and actual program state' just like comments for 
`RETAIN_ON_CANCELLATION` ?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to