[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6035 ---

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189019837 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -947,6 +964,36 @@ private void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189019783 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -1605,9 +1609,16 @@ public void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189017088 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -947,6 +964,36 @@ private void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189016636 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerConfiguration.java --- @@ -50,8 +50,11 @@ private final

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189016685 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -1605,9 +1609,16 @@ public void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189016603 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -232,8 +239,10 @@ public TaskExecutor(

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189004536 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -1605,9 +1609,16 @@ public void notifyHeartbeatTimeout(final

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189012246 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -947,6 +964,36 @@ private void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189013436 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -947,6 +964,36 @@ private void

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r188992099 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -232,8 +239,10 @@ public TaskExecutor(

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6035#discussion_r189004280 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerConfiguration.java --- @@ -50,8 +50,11 @@ private final String[]

[GitHub] flink pull request #6035: [FLINK-6160] Add reconnection attempts in case of ...

2018-05-17 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/6035 [FLINK-6160] Add reconnection attempts in case of heartbeat timeouts to JobMaster and TaskExecutor ## What is the purpose of the change If a timeout with the RM occurs on on the