[GitHub] samza pull request #160: SAMZA-1155: Validate users configure window.ms when...

2017-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/160 --- 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

[DISCUSS] Samza 0.13.0 release

2017-05-05 Thread Prateek Maheshwari
Hi all, There have been quite a lot of new features added to master since 0.12 release to warrant a new major release. At LinkedIn, we've done functional and performance testing against master in the past weeks, and deployed jobs with the latest build in production. We will continue to test for s

[GitHub] samza pull request #167: SAMZA-1266: Unable to use MetricsSnapshotReporterFa...

2017-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/167 --- 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] samza pull request #168: SAMZA-1267: ApplicationRunner#getLocalRunner return...

2017-05-05 Thread xinyuiscool
GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/168 SAMZA-1267: ApplicationRunner#getLocalRunner returns null Remove ApplicationRunner#getLocalRunner and clean up any usage examples. You can merge this pull request into a Git repository by running

[GitHub] samza pull request #153: SAMZA-1251 - Remove DebounceTimer dependency from Z...

2017-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/153 --- 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] samza pull request #167: SAMZA-1266: Unable to use MetricsSnapshotReporterFa...

2017-05-05 Thread jmakes
GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/167 SAMZA-1266: Unable to use MetricsSnapshotReporterFactory with fluent API You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmakes/samza samza-1266

[GitHub] samza pull request #162: SAMZA-1228 : StreamProcessor should stop JmxServer

2017-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/162 --- 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] samza pull request #166: SAMZA-1150 : Handling Error propagation between ZkJ...

2017-05-05 Thread navina
GitHub user navina opened a pull request: https://github.com/apache/samza/pull/166 SAMZA-1150 : Handling Error propagation between ZkJobCoordinator & DebounceTimer * Treats all errors in jobcoordinator as FATAL and shuts-down the streamprocessor * [Bug] Fixed bug reported in SA