Re: Upgrade to Zookeeper 3.4.5 stable ?

2013-06-22 Thread Premal Shah
PM, Ran RanUser > > wrote: > > > > > > > I'm running Zookeeper 3.4.5 server and using 3.4.5 clients in other > > code. > > > > > > > > Will Kafka switch to Zookeeper 3.4.5 soon? > > > > > > > > Should I expect any potential issues if Kafka's Zookeeper client is > > 3.3.4 > > > > while our server is 3.4.5? > > > > > > > > Thanks! > > > > > > > > > > -- Regards, Premal Shah.

Re: Changing log retention reset offsets?

2013-03-15 Thread Premal Shah
Nevermind, we pushed a config which started storing data to a different directory. On Fri, Mar 15, 2013 at 1:06 AM, Premal Shah wrote: > Hi, > We changed the default log retention policy from 168 hrs (7days) to 750 > hrs (approx a month) and restarted the kafka servers. After th

Changing log retention reset offsets?

2013-03-15 Thread Premal Shah
were being retrieved. We suspect that the zookeeper offsets might have messed up. We'r using kafka 0.7.2. Is this expected? -- Regards, Premal Shah.

Re: How to view Topic registration info and Partition state info from zookeeper in 0.8?

2013-03-01 Thread Premal Shah
You can also install netflix exhibitor. It gives you a GUI to view zookeeper data. On Fri, Mar 1, 2013 at 10:12 AM, Swapnil Ghike wrote: > Hi Jason > > You can download zookeeper, and use a client as zookeeper/bin/zkCli.sh > -server zkHost:zkPort. Then you can use the ls and get functions to li