Re: Streams - Got bit by log levels of the record cache

2017-03-13 Thread Nicolas Fouché
Thanks. I added a link to this thread in KAFKA-4829. 2017-03-10 9:49 GMT+01:00 Michael Noll : > I think a related JIRA ticket is > https://issues.apache.org/jira/browse/KAFKA-4829 (see Guozhang's comment > about the ticket's scope). > > -Michael > > > On Thu, Mar 9, 2017 at 6:22 PM, Damian Guy w

Re: Streams - Got bit by log levels of the record cache

2017-03-10 Thread Michael Noll
I think a related JIRA ticket is https://issues.apache.org/jira/browse/KAFKA-4829 (see Guozhang's comment about the ticket's scope). -Michael On Thu, Mar 9, 2017 at 6:22 PM, Damian Guy wrote: > Hi Nicolas, > > Please do file a JIRA. > > Many thanks, > Damian > > On Thu, 9 Mar 2017 at 15:54 Nic

Re: Streams - Got bit by log levels of the record cache

2017-03-09 Thread Damian Guy
Hi Nicolas, Please do file a JIRA. Many thanks, Damian On Thu, 9 Mar 2017 at 15:54 Nicolas Fouché wrote: > Hi, > > I just wanted to share how we misinterpreted logs from Streams at the INFO > level. Version 0.10.1.1, I think it's the same for 0.10.2.0. > > So, we configured `commit.interval.ms

Streams - Got bit by log levels of the record cache

2017-03-09 Thread Nicolas Fouché
Hi, I just wanted to share how we misinterpreted logs from Streams at the INFO level. Version 0.10.1.1, I think it's the same for 0.10.2.0. So, we configured `commit.interval.ms` and `cache.max.bytes.buffering`, and we expected to always reach the commit interval before the maximum bytes. It was