[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

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

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175732315 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerTest.java --- @@ -347,6 +348,162 @@ public void

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175730535 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerImpl.java --- @@ -106,8 +107,8 @@ Executor getExecutor() {

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175726725 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerImpl.java --- @@ -106,8 +107,8 @@ Executor getExecutor() {

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-20 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5699#discussion_r175726001 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/heartbeat/HeartbeatManagerTest.java --- @@ -347,6 +348,162 @@ public void

[GitHub] flink pull request #5699: [FLINK-8942][runtime] Pass heartbeat target Resour...

2018-03-14 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5699 [FLINK-8942][runtime] Pass heartbeat target ResourceID ## What is the purpose of the change With this PR the heartbeat target `ResourceID` is passed to the `HeartbeatListener` when