Re: [VOTE] 2.0.1 RC0

2018-11-08 Thread Ismael Juma
Manikumar, looks like you have the necessary votes. :) Ismael On Wed, Nov 7, 2018, 10:45 AM Rajini Sivaram +1 (binding) > > Checked source build and unit tests. Ran quickstart with source and binary. > > Thank you for managing the release, Manikumar! > > Regards, > > Rajini > > On Wed, Nov 7,

[RESULTS] [VOTE] Release Kafka version 2.0.1

2018-11-08 Thread Manikumar
This vote passes with 12 +1 votes (3 bindings) and no 0 or -1 votes. +1 votes PMC Members: * Jun Rao * Gwen Shapira * Rajini Sivaram Committers: * Harsha * Ewen Cheslack-Postava * Manikumar Community: * Magnus Edenhill * Eno Thereska * Vahid Hashemian * Jakub Scholz * Satish Duggana * Mickael

Re: Kafka Streams Session store performance degradation from 0.10.2.1 to 0.11.0.3

2018-11-08 Thread Matthias J. Sax
Thanks for verifying. >> From our perspective, it appears something happened after 0.10.2.1 that made >> the LRU Cache much slower for our use case. That is what I try to figure out. I went over the 0.10.2.2 to 0.11.0.3 Jiras but found nothing I could point out. There are couple of

Re: [kafka-clients] Re: [VOTE] 2.0.1 RC0

2018-11-08 Thread Manikumar
Yes, I was about to send closing mail. On Thu, Nov 8, 2018 at 9:39 PM Ismael Juma wrote: > Manikumar, looks like you have the necessary votes. :) > > Ismael > > On Wed, Nov 7, 2018, 10:45 AM Rajini Sivaram wrote: > >> +1 (binding) >> >> Checked source build and unit tests. Ran quickstart with

Re: Kafka Streams Session store performance degradation from 0.10.2.1 to 0.11.0.3

2018-11-08 Thread Jonathan Gordon
Hi Matthias, I upgraded to 2.0.0 and we're experiencing the same problem. I've posted a new screengrab of a threadprofile: https://imgur.com/a/2wncPHw >From our perspective, it appears something happened after 0.10.2.1 that made the LRU Cache much slower for our use case. What would you

Re: [kafka-clients] Re: [VOTE] 2.0.1 RC0

2018-11-08 Thread Manikumar
+1 (binding) Built from src and ran tests, verified the artifacts, signatures, Ran core quick start. Thanks, Manikumar On Thu, Nov 8, 2018 at 12:15 AM Rajini Sivaram wrote: > +1 (binding) > > Checked source build and unit tests. Ran quickstart with source and binary. > > Thank you for managing

Marking the coordinator dead and stopped commit offsets

2018-11-08 Thread hacker win7
Hi, In kafka 0.10, if kafka consumer log “Marking the coordinator dead ..” “auto commit offset failed ..” then the consumer will not commit the offset any more. is there any issues about this, more details in this:

Re: Kafka ingestion data not equally distribute among brokers

2018-11-08 Thread Shiuh Rong Yong
Thank you, Let me have a look into it. On 2018/11/07 21:51:21, Manoj Khangaonkar wrote: > Hi> > > That is part of the Producer API.> > > For Java see> > https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html> > > ProducerRecord> > >