[GitHub] samza pull request #513: Fixed test failure for TestRocksDbKeyValueStoreJava...

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

Re: [VOTE] Apache Samza 0.14.1 RC0

2018-05-10 Thread Xinyu Liu
We are pulling in a fix in SAMZA-1706: lazy initialization for eventhub system producer, and also a fix for test failure in TestRocksDbKeyValueStoreJava#testIterate in this release. RC0 is cancelled. Will send out the cancellation email shortly. Thanks, Xinyu On Tue, May 8, 2018 at 6:48 PM, Xinyu

[CANCEL][VOTE] Apache Samza 0.14.1 RC0

2018-05-10 Thread Xinyu Liu
We need an performance fix for eventhub system producer (SAMZA-1706) as well as a fix for the unit test in TestRocksDbKeyValueStoreJava. Cancel this vote and will submit another RC soon. Thanks, Xinyu

[GitHub] samza pull request #514: Fixed test failure for TestRocksDbKeyValueStoreJava...

2018-05-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/514 Fixed test failure for TestRocksDbKeyValueStoreJava#testPerf Iterators (incl. those obtained from snapshots) must be closed before store close. You can merge this pull request into a Git repository

[GitHub] samza pull request #515: SAMZA-1711: Re-enable existing standalone integrati...

2018-05-10 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/515 SAMZA-1711: Re-enable existing standalone integration tests. **Changes:** * Enable all existing standalone integration tests except `TestZkStreamProcessorSession`(`TestZkStreamProcessorSe

[GitHub] samza pull request #509: SAMZA-1700 : Clean up SystemAdmins instance creatio...

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

[GitHub] samza pull request #514: Fixed test failure for TestRocksDbKeyValueStoreJava...

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

[GitHub] samza pull request #516: Remove the iterable interface from KeyValueSnapshot

2018-05-10 Thread xinyuiscool
GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/516 Remove the iterable interface from KeyValueSnapshot The iterable interface makes it hard for the users to close it after using. You can merge this pull request into a Git repository by running:

[VOTE] SEP-12: Integration Test Framework

2018-05-10 Thread Sanil Jain
Hi All, This is a call for a vote for Samza's Integration Test Framework as described by: https://cwiki.apache.org/confluence/display/SAMZA/SEP-12%3A+Integration+Test+Framework The vote will be open for 5 days (ending at 2:00PM Thursday, 05/17/2018). Please download the release candidate, c

Re: [VOTE] SEP-12: Integration Test Framework

2018-05-10 Thread Sanil Jain
Hi All, This is a call for a vote for Samza's Integration Test Framework as described by: https://cwiki.apache.org/confluence/display/SAMZA/SEP-12%3A+Integration+Test+Framework The vote will be open for 5 days (ending at 2:00PM Thursday, 05/17/2018). Please download the release candidate, che

[GitHub] samza pull request #516: Remove the iterable interface from KeyValueSnapshot

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

[VOTE] Apache Samza 0.14.1 RC1

2018-05-10 Thread Xinyu Liu
Hi, All, This is a call for a vote on a release of Apache Samza 0.14.1. Thanks to everyone who has contributed to this release. The release candidate can be downloaded from here: http://home.apache.org/~xinyu/samza-0.14.1-rc1/ The release candidate is signed with pgp key C31D7061, which can be f

[GitHub] samza pull request #517: SAMZA-1559 moving hello-samza repo to samza repo an...

2018-05-10 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/517 SAMZA-1559 moving hello-samza repo to samza repo and put in samza-samples directory Tested and jobs can be deployed in the new place. After this is committed, we will do the following two in or

[GitHub] samza pull request #518: Snapshot reporter flush during shutdown, exception ...

2018-05-10 Thread rayman7718
GitHub user rayman7718 opened a pull request: https://github.com/apache/samza/pull/518 Snapshot reporter flush during shutdown, exception metric addition …pshot reporter. Switched producer-shutdown logic to ensure metric-flush at shutdown-time You can merge this pull requ

[GitHub] samza pull request #519: SAMZA-1712: Tear down ZookeeperServer connections i...

2018-05-10 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/519 SAMZA-1712: Tear down ZookeeperServer connections in ZkClient on interrupts. **Problem:** If a thread executing zkClient.close is interrupted, currently we swallow the ZkInterruptedExcep