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)
Yes. This is happening after several days of running data, not on initial startup. Thanks. On 7/29/16, 11:54 AM, "David Garcia" wrote: >Well, just a dumb question, but did you include all the brokers in your client >connection properties? > >On 7/29/16, 10:48 AM, "Sean Morris (semorris)"

Re: Kafka 0.9.0.1 failing on new leader election

2016-07-29 Thread David Garcia
Well, just a dumb question, but did you include all the brokers in your client connection properties? On 7/29/16, 10:48 AM, "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@k

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>> Subject: Kafka 0.9.0.1 failing on new leader election I have a setup with 2 brokers and it is goin