Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/5846
One comment first. Please reply to review comments in github, otherwise it
is hard to follow the discussion. Comments from github are posted to the jira
issue automatically.
I still think your changes only affect the situation when checkpointing is
disabled. If checkpointing is enabled the default strategy is set on the client
side via: `ClusteClient#getJobGraph > StreamGraph#getJobGraph >
StreamingJobGraphGenerator#createJobGraph >
StreamingJobGraphGenerator#configureCheckpointing.
---