fredia commented on code in PR #24401: URL: https://github.com/apache/flink/pull/24401#discussion_r1508457644
########## flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java: ########## @@ -76,6 +76,39 @@ 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. The behaviors of different combinations are as follows: Review Comment: 👍Thanks for the suggestion, I reorganized the description as you suggested. -- 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