Re: Kafka Streams Application crashing on Rebalance

2017-08-01 Thread Eric Lalonde
> On Aug 1, 2017, at 10:01 AM, Damian Guy wrote: > > Hi, Yes the issue is in 0.10.2 also. Hi, Any chance of a backport to 0.10.2.x? We have lots and lots of state stores. :)

Re: Kafka Streams Application crashing on Rebalance

2017-08-01 Thread Marcus Clendenin
I'll work on moving to 0.11. Thanks On Tue, Aug 1, 2017, 1:02 PM Damian Guy wrote: > Hi, Yes the issue is in 0.10.2 also. > > On Tue, 1 Aug 2017 at 17:37 Eric Lalonde wrote: > > > > > > On Aug 1, 2017, at 8:00 AM, Damian Guy wrote: > > > > > > It is a bug in 0.10.2 or lower. It has been fixed

Re: Kafka Streams Application crashing on Rebalance

2017-08-01 Thread Damian Guy
Hi, Yes the issue is in 0.10.2 also. On Tue, 1 Aug 2017 at 17:37 Eric Lalonde wrote: > > > On Aug 1, 2017, at 8:00 AM, Damian Guy wrote: > > > > It is a bug in 0.10.2 or lower. It has been fixed in 0.11 by > > https://issues.apache.org/jira/browse/KAFKA-4494 > > Hi Damien, the Affects Version i

Re: Kafka Streams Application crashing on Rebalance

2017-08-01 Thread Eric Lalonde
> On Aug 1, 2017, at 8:00 AM, Damian Guy wrote: > > It is a bug in 0.10.2 or lower. It has been fixed in 0.11 by > https://issues.apache.org/jira/browse/KAFKA-4494 Hi Damien, the Affects Version is set to 0.10.1.0 in KAFKA-4494. Is the issue in 0.10.2.0 as well?

Re: Kafka Streams Application crashing on Rebalance

2017-08-01 Thread Damian Guy
It is a bug in 0.10.2 or lower. It has been fixed in 0.11 by https://issues.apache.org/jira/browse/KAFKA-4494 On Tue, 1 Aug 2017 at 15:40 Marcus Clendenin wrote: > Hi All, > > > > I have a kafka streams application that is doing a join between a KTable > and a KStream and it seems that after it