akalash commented on a change in pull request #15959: URL: https://github.com/apache/flink/pull/15959#discussion_r636814917
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java ########## @@ -196,4 +196,21 @@ .text( "Forces unaligned checkpoints, particularly allowing them for iterative jobs.") .build()); + + public static final ConfigOption<Long> CHECKPOINT_ID_OF_IGNORED_IN_FLIGHT_DATA = + ConfigOptions.key("execution.checkpointing.id-of-ignored-in-flight-data") Review comment: `execution.checkpointing.recover-without-channel-state.checkpoint-id` looks good to me -- 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