[GitHub] flink issue #5774: [FLINK-9097] Fail fatally if job submission fails when re...

2018-03-29 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/5774
  
Thanks for the review @GJL. Merging this PR and #5784.


---


[GitHub] flink issue #5774: [FLINK-9097] Fail fatally if job submission fails when re...

2018-03-29 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/5774
  
I had to put another commit on top of it to fix a problem with the failing 
`DispatcherTest#testWaitingForJobMasterLeadership` @GJL. The new commit makes 
sure that we first recover all jobs before we set the fencing token of the 
`Dispatcher`. That way, no other action can interfere with the job recover, 
e.g. another job submission.


---


[GitHub] flink issue #5774: [FLINK-9097] Fail fatally if job submission fails when re...

2018-03-28 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/5774
  
Rebased on the latest master. Sorry for the inconveniences @GJL. I've 
addressed all your comments so far.


---