restart strategy with checkpointing

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

restart strategy with checkpointing

Janardhan Reddy
If we have a restart strategy mentioned in flink config file, does enabling checkpointing ovverride that restart strategy. 

Am i correct to assume that if checkpointing is enabled then job would be restarted infinite number of times in case of failure irrespective of restart strategy.
Reply | Threaded
Open this post in threaded view
|

Re: restart strategy with checkpointing

Ufuk Celebi
The default restart strategy for checkpointing is infinite number of
retries. If you have another restart strategy configured that one
should be used.

On Wed, Aug 3, 2016 at 12:23 PM, Janardhan Reddy
<[hidden email]> wrote:
> If we have a restart strategy mentioned in flink config file, does enabling
> checkpointing ovverride that restart strategy.
>
> Am i correct to assume that if checkpointing is enabled then job would be
> restarted infinite number of times in case of failure irrespective of
> restart strategy.