Re: RestartStrategies & checkpoints

2017-11-16 Thread aviad
Hi Stefan, thanks for your answer. I should have probably understand this behavior from https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/restart_strategies.html#overview "If checkpointing is not enabled, the “no restart” strategy is used. If checkpointing is activated and the restar

Re: RestartStrategies & checkpoints

2017-11-16 Thread Stefan Richter
Hi, if the restart strategy that you set is configured to do restarts and you have checkpoints enabled, it will try to recover from the latest checkpoint. Is there any confusing point in the documentation that made this unclear for you, which we could improve? Best, Stefan > Am 15.11.2017 um

RestartStrategies & checkpoints

2017-11-15 Thread Aviad Rotem
Hi, if my job configured with *setRestartStrategy *and with *enableCheckpointing *(&enableExternalizedCheckpoints). it case of failure and job restart, does it restart with the latest checkpoint or is it restarts without any checkpoint.