[GitHub] flink pull request: [FLINK-1533] [runtime] Fixes NPE in the schedu...

2015-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/388 --- 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 enabl

[GitHub] flink pull request: [FLINK-1533] [runtime] Fixes NPE in the schedu...

2015-02-12 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/388#issuecomment-74107842 Ok, I'll merge 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 have this

[GitHub] flink pull request: [FLINK-1533] [runtime] Fixes NPE in the schedu...

2015-02-12 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/388#issuecomment-74080518 Good catch. +1 to merge --- 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-1533] [runtime] Fixes NPE in the schedu...

2015-02-12 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/388 [FLINK-1533] [runtime] Fixes NPE in the scheduler Adds checks to the method ```Scheduler.getFreeSubSlotForTask``` to handle failed shared slot allocations. Before the slot was given to the ```S