[GitHub] samza pull request #139: SAMZA-1220 : Add thread name to SamzaContainer shut...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/139 --- 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] samza pull request #140: SAMZA-1196: Fix TestJmxReporter

2017-04-25 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/140 SAMZA-1196: Fix TestJmxReporter You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza fix-test-jmx-reporter Alternatively you can

[GitHub] samza pull request #139: SAMZA-1220 : Add thread name to SamzaContainer shut...

2017-04-25 Thread navina
GitHub user navina opened a pull request: https://github.com/apache/samza/pull/139 SAMZA-1220 : Add thread name to SamzaContainer shutdown hook and prevent shutdown deadlock * SamzaContainerExceptionHandler is written in Java and used by LocalContainerRunner.java You can merge