Zakelly commented on code in PR #24401: URL: https://github.com/apache/flink/pull/24401#discussion_r1507047875
########## 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: Instead of combining these two options, I'd suggest introduce the behaviors when set CHECKPOINT_STORAGE='jobmanager' and CHECKPOINT_STORAGE='filesystem' seperately. WDYT? -- 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