Re: Kafka 0.9.0.1 failing on new leader election

2016-08-01 Thread Gwen Shapira
This looks correct. Sorry, not sure what else it could be. On Sat, Jul 30, 2016 at 4:24 AM, Sean Morris (semorris) wrote: > Kafka 0.9.0.1 > Zookeeper 3.4.6 > Zkclient 0.7 > > I have verified I only have one zkclient.jar in my class path. > > Thanks, > Sean > > > > > On 7/29/16, 9:35 PM, "Gwen Sha

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-30 Thread Sean Morris (semorris)
Kafka 0.9.0.1 Zookeeper 3.4.6 Zkclient 0.7 I have verified I only have one zkclient.jar in my class path. Thanks, Sean On 7/29/16, 9:35 PM, "Gwen Shapira" wrote: >you know, I ran into those null pointer exceptions when I accidentally >tested Kafka with mismatching version of zkclient. > >Ca

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-29 Thread Gwen Shapira
you know, I ran into those null pointer exceptions when I accidentally tested Kafka with mismatching version of zkclient. Can you share the versions of both? And make sure you have only one zkclient on your classpath? On Tue, Jul 26, 2016 at 6:40 AM, Sean Morris (semorris) wrote: > I have a setu

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-29 Thread Sean Morris (semorris)
"Sean Morris (semorris)" wrote: > >Anyone have any ideas? > >From: semorris mailto:semor...@cisco.com>> >Date: Tuesday, July 26, 2016 at 9:40 AM >To: "users@kafka.apache.org<mailto:users@kafka.apache.org>" > mailto:users@ka

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-29 Thread David Garcia
M To: "users@kafka.apache.org<mailto:users@kafka.apache.org>" mailto:users@kafka.apache.org>> Subject: Kafka 0.9.0.1 failing on new leader election I have a setup with 2 brokers and it is going through leader re-election but seems to fail to complete. Th

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-29 Thread Sean Morris (semorris)
Anyone have any ideas? From: semorris mailto:semor...@cisco.com>> Date: Tuesday, July 26, 2016 at 9:40 AM To: "users@kafka.apache.org<mailto:users@kafka.apache.org>" mailto:users@kafka.apache.org>> Subject: Kafka 0.9.0.1 failing on new leader election I have a se

Kafka 0.9.0.1 failing on new leader election

2016-07-26 Thread Sean Morris (semorris)
I have a setup with 2 brokers and it is going through leader re-election but seems to fail to complete. The behavior I start to see is that some published succeed but others will fail with NotLeader exceptions like this java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.No