[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5767 ---

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177728773 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/nonha/embedded/EmbeddedLeaderService.java --- @@ -440,28 +439,33 @@

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177728701 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -645,6 +637,56 @@ private void

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-28 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177684059 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -645,6 +637,56 @@ private void

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-28 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177696032 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/nonha/embedded/EmbeddedLeaderService.java --- @@ -440,28 +439,33 @@ public void

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-27 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177318939 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/MiniClusterClient.java --- @@ -67,7 +61,7 @@ private final

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5767#discussion_r177163114 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/MiniClusterClient.java --- @@ -67,7 +61,7 @@ private final

[GitHub] flink pull request #5767: [FLINK-8887] Wait for JobMaster leader election in...

2018-03-26 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/5767 [FLINK-8887] Wait for JobMaster leader election in Dispatcher ## What is the purpose of the change Before sending requests from the Dispatcher to the JobMasters, the Dispatcher must