[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-07-08 Thread FelixNeutatz
Github user FelixNeutatz closed the pull request at: https://github.com/apache/flink/pull/833 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-07-08 Thread FelixNeutatz
Github user FelixNeutatz commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-119519615 thanks, so I will close it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-07-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-119519214 I'll take a quick stab at it... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-07-07 Thread FelixNeutatz
Github user FelixNeutatz commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-119234837 I have no time at the moment to think about it. But this is still an issue ... --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-07-07 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-119133444 Is anything happening with this pull request? If you do not want to update it any more, could you close it? --- If your project is set up for it, you can re

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/833#issuecomment-111855825 I think this pull request is disabling the CPU utilization monitoring because the check whether the `getProcessCpuLoad()` exists will always be false (even though we are

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/833#discussion_r32382202 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -1784,7 +1784,7 @@ object TaskManager { * @retur

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/833#discussion_r32382190 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala --- @@ -1765,7 +1765,7 @@ object TaskManager { overr

[GitHub] flink pull request: [FLINK-2208] Fix IBM Java integration bug

2015-06-14 Thread FelixNeutatz
GitHub user FelixNeutatz opened a pull request: https://github.com/apache/flink/pull/833 [FLINK-2208] Fix IBM Java integration bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/FelixNeutatz/incubator-flink FLINK_2208_IBM_JAVA