[GitHub] samza pull request #497: SAMZA-1243: Fix flaky tests in TestLocalStoreMonito...

2018-04-30 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/497 SAMZA-1243: Fix flaky tests in TestLocalStoreMonitor Having attempted to reproduce this issue without success, careful analysis of the code indicates the underlying issue is most likely

Re: [Discuss] Samza 0.14.1 release

2018-04-30 Thread Jagadish Venkatraman
Xinyu, This comes up with an exciting lineup of features. +1 (binding) from my side. Tom, >> These all look like excellent changes to me, I'd be happy to have more stability in Standalone! We are actively investing in standalone and have fixed some edge-cases that surfaced when running it at

Re: [Discuss] Samza 0.14.1 release

2018-04-30 Thread Tom Davis
These all look like excellent changes to me, I'd be happy to have more stability in Standalone! Any timeline on getting Kafka 0.11 upgrade in? It seems to have been done a while, but waiting for 0.15 I presume. Best, Tom On Mon, Apr 30, 2018, at 3:10 PM, Xinyu Liu wrote: > Hi, All, > > We have

[Discuss] Samza 0.14.1 release

2018-04-30 Thread Xinyu Liu
Hi, All, We have been adding many improvements and critical bug fixes in the areas of Samza sql, standalone, eventhub system consumer and host-affinity since 0.14.0 release. The changes should warrant a new minor release: SQL - SAMZA-1681: Samza-sql: Add support for handling older record schema

[GitHub] samza pull request #496: SAMZA-1692: Standalone stability fixes.

2018-04-30 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/496 SAMZA-1692: Standalone stability fixes. - Currently, on session expiration processorListener with incorrect generationId is registered with zookeeper(ZkUtils generationId is incremented on

[GitHub] samza pull request #494: SAMZA-1692: Standalone stability fixes.

2018-04-30 Thread shanthoosh
Github user shanthoosh closed the pull request at: https://github.com/apache/samza/pull/494 ---

[GitHub] samza pull request #495: SAMZA-1693: Samza-sql - Adding Serde for rel record...

2018-04-30 Thread atoomula
GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/495 SAMZA-1693: Samza-sql - Adding Serde for rel record and few other minor fixes for Avro and Rel conversion. Adding Serde for rel record, as calcite expects the keys to be in string format. Rel