error while high level consumer

2015-07-24 Thread Kris K
Hi, I started seeing these errors in the logs continuously when I try to bring the High Level Consumer up. Please help. ZookeeperConsumerConnector [INFO] [XXX], waiting for the partition ownership to be deleted: 1 ZookeeperConsumerConnector [INFO] [XXX], end rebalancing consumer XXX

Re: error while high level consumer

2015-07-27 Thread Jiangjie Qin
This is due to the zookeeper path storing the previous owner info hasn't been deleted at the moment. If the rebalance completes after retry, it should be fine. Jiangjie (Becket) Qin On Fri, Jul 24, 2015 at 6:54 PM, Kris K wrote: > Hi, > > I started seeing these errors in the logs continuously w

Re: error while high level consumer

2015-07-27 Thread Mayuresh Gharat
Try bouncing the host that appears in the stored data section. Thanks, Mayuresh On Mon, Jul 27, 2015 at 3:41 PM, Jiangjie Qin wrote: > This is due to the zookeeper path storing the previous owner info hasn't > been deleted at the moment. If the rebalance completes after retry, it > should be f

Re: error while high level consumer

2015-07-28 Thread Kris K
Thanks Mayuresh and Jiangjie for your valuable insights. Bouncing took care of it. Thanks, Kris On Mon, Jul 27, 2015 at 4:06 PM, Mayuresh Gharat wrote: > Try bouncing the host that appears in the stored data section. > > Thanks, > > Mayuresh > > On Mon, Jul 27, 2015 at 3:41 PM, Jiangjie Qin >