Hi,

https://ci.apache.org/projects/flink/flink-docs-release-1.1/apis/streaming/fault_tolerance.html
says:

Number of retries: The setNumberOfExecutionRerties() method defines how
many times the job is restarted after a failure. When checkpointing is
activated, but this value is not explicitly set, the job is restarted
infinitely often.

It also says:
The default restart strategy is set via Flinkā€™s configuration file
flink-conf.yaml. The configuration parameter restart-strategy defines which
strategy is taken. Per default, the no-restart strategy is used.

What is the default restart behavior when checkpointing is used?

--
Rohit Agarwal

Reply via email to