Re: Kafka 0.8 on Windows issues

2013-06-28 Thread Denny Lee
Oh, I take it back - I forgot to clear out the ZK and kafkalogs folders. Once I did that and changed the log.dir=\\tmp\\kafka-logs then we're up and running. Thanks! On Fri, Jun 28, 2013 at 7:53 AM, Jun Rao wrote: > Any error in state-change.log or controller.log? > > Thanks, > > Jun > > > On

Re: Kafka 0.8 on Windows issues

2013-06-28 Thread Jun Rao
Any error in state-change.log or controller.log? Thanks, Jun On Fri, Jun 28, 2013 at 12:09 AM, Denny Lee wrote: > Quick follow up - I snagged the 0.8.0-beta1-candidate1 from github but I'm > still getting the leader error issue. The good news is that it's not > pumping out a lot of warning m

Re: Kafka 0.8 on Windows issues

2013-06-28 Thread Denny Lee
Quick follow up - I snagged the 0.8.0-beta1-candidate1 from github but I'm still getting the leader error issue. The good news is that it's not pumping out a lot of warning messages. Below is an excerpt of the kafka-server-start.bat output - note that initially a successful leader was elected but

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Denny Lee
Ah - I've been grabbing the 0.8 release itself. Let me snag the 0.8.0-beta1 release - thanks very much! On 6/27/13 11:14 PM, "Jun Rao" wrote: >This issue was fixed in kafka-903. The fix is included in the 0.8.0-beta1 >release. Do you see the same issue in that version? > >Thanks, > >Jun > > >O

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Jun Rao
This issue was fixed in kafka-903. The fix is included in the 0.8.0-beta1 release. Do you see the same issue in that version? Thanks, Jun On Thu, Jun 27, 2013 at 9:45 AM, Denny Lee wrote: > Quick follow up ­ this looks a lot like KAFKA-876 >

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Denny Lee
cl >> ient.ZkEventThread) >> [2013-06-27 10:04:17,458] INFO Session: 0x13f869505520003 closed >> (org.apache.zoo >> keeper.ZooKeeper) >> [2013-06-27 10:04:17,461] INFO EventThread shut down >> (org.apache.zookeeper.Clien >> tCnxn) >> >> I'm wonde

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Timothy Chen
r and replicas have a 0 value as opposed to 1. > > > > > From: Denny Lee > Date: Thursday, June 27, 2013 9:45 AM > To: "users@kafka.apache.org" > Cc: Denny Lee > Subject: Re: Kafka 0.8 on Windows issues > > Quick follow up ­ this looks a lot

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Denny Lee
:04:17,461] INFO EventThread shut down (org.apache.zookeeper.Clien tCnxn) I'm wondering why the leader and replicas have a 0 value as opposed to 1. From: Denny Lee Date: Thursday, June 27, 2013 9:45 AM To: "users@kafka.apache.org" Cc: Denny Lee Subject: Re: Kafka 0.8 on

Re: Kafka 0.8 on Windows issues

2013-06-27 Thread Denny Lee
Quick follow up ­ this looks a lot like KAFKA-876 so I'm trying that out now. From: Denny Lee Date: Thursday, June 27, 2013 9:10 AM To: "users@kafka.apache.org" Subject: Kafka 0.8 on Windows issues While I was able to spin it up on OSX and