diff --git a/flink-dist/src/main/resources/flink-conf.yaml b/flink-dist/src/main/resources/flink-conf.yaml index 419f08177a760..96c98d4d3080d 100644 --- a/flink-dist/src/main/resources/flink-conf.yaml +++ b/flink-dist/src/main/resources/flink-conf.yaml @@ -107,8 +107,19 @@ parallelism.default: 1 #============================================================================== # The backend that will be used to store operator state checkpoints if -# checkpointing is enabled. +# checkpointing is enabled. Checkpointing is enabled when execution.checkpointing.interval > 0. + +# Execution checkpointing related parameters. # +# execution.checkpointing.interval: -1 +# execution.checkpointing.externalized-checkpoint-retention: [DELETE_ON_CANCELLATION, RETAIN_ON_CANCELLATION] +# execution.checkpointing.max-concurrent-checkpoints: 1 +# execution.checkpointing.min-pause: 0 +# execution.checkpointing.mode: [EXACTLY_ONCE, AT_LEAST_ONCE] +# execution.checkpointing.timeout: 600000 +# execution.checkpointing.tolerable-failed-checkpoints: 0 +# execution.checkpointing.unaligned: false + # Supported backends are 'jobmanager', 'filesystem', 'rocksdb', or the # . #