Re: FW: Zookeeper Configuration Question

2012-12-10 Thread David DeMaagd
__ > From: Neha Narkhede [neha.narkh...@gmail.com] > Sent: Thursday, November 29, 2012 4:39 PM > To: users@kafka.apache.org > Subject: Re: FW: Zookeeper Configuration Question > > Please can you send around the log that shows the zookeeper connection >

RE: FW: Zookeeper Configuration Question

2012-12-10 Thread Sybrandy, Casey
org Subject: Re: FW: Zookeeper Configuration Question Please can you send around the log that shows the zookeeper connection error ? I would like to see if it fails at connection establishment or session establishment. Thanks, Neha On Thu, Nov 29, 2012 at 1:19 PM, James A. Robinson wrote: > On Thu,

Re: FW: Zookeeper Configuration Question

2012-11-29 Thread Neha Narkhede
Please can you send around the log that shows the zookeeper connection error ? I would like to see if it fails at connection establishment or session establishment. Thanks, Neha On Thu, Nov 29, 2012 at 1:19 PM, James A. Robinson wrote: > On Thu, Nov 29, 2012 at 1:15 PM, James A. Robinson > wrot

Re: FW: Zookeeper Configuration Question

2012-11-29 Thread James A. Robinson
On Thu, Nov 29, 2012 at 1:15 PM, James A. Robinson wrote: > For my kafka startup I point to the zookeeper "cluster" like so: > > --kafka-zk-connect > logproc-dev-03:2181,logproc-dev-03:2182,logproc-dev-03:2183 Sorry, wrong copy and paste! For the kafka startup I point to the zookeeper cluster

Re: FW: Zookeeper Configuration Question

2012-11-29 Thread James A. Robinson
On Thu, Nov 29, 2012 at 10:46 AM, Sybrandy, Casey wrote: > Re-sending since I didn't get any responses before and want to make > sure this made it to the correct group. >>We're having an issue with Zookeeper, which has nothing to do with >>Kafka, but my consumers don't appear to be attempting to

FW: Zookeeper Configuration Question

2012-11-29 Thread Sybrandy, Casey
Re-sending since I didn't get any responses before and want to make sure this made it to the correct group. From: Sybrandy, Casey Sent: Wednesday, November 28, 2012 2:39 PM To: users@kafka.apache.org Subject: Zookeeper Configuration Question All, We'

Zookeeper Configuration Question

2012-11-28 Thread Sybrandy, Casey
All, We're having an issue with Zookeeper, which has nothing to do with Kafka, but my consumers don't appear to be attempting to connect with the two nodes that are up. I specify my zk.connect as such: host1:2181,host2:2181,host3:2181. Is this correct? Should this work? I didn't see anything