[GitHub] samza pull request #503: SAMZA-1653: Support waitForFinish in remote applica...

2018-05-04 Thread bharathkk
GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/503 SAMZA-1653: Support waitForFinish in remote application runner and add waitForFinish Added the following APIs to AbstractApplicationRunner `void waitForFinish()` `void waitForFinish(Dura

[GitHub] samza pull request #504: Fix NPE in ClusterResourceManager

2018-05-04 Thread vjagadish
GitHub user vjagadish opened a pull request: https://github.com/apache/samza/pull/504 Fix NPE in ClusterResourceManager When the ClusterResourcedManager receives a notification that a container is started, it moves the container from the "pending queue" to its "running queue".

[GitHub] samza pull request #504: SAMZA-1699: Fix NPE in ClusterResourceManager

2018-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/504 ---