Re: Partition reassignment stucked

2013-12-09 Thread Maxime Nay
That's good to know. Thanks for your help! 2013/12/9 Neha Narkhede > We will announce it on this mailing list. It is probably a month away from > a release. > > Thanks, > Neha > > > On Mon, Dec 9, 2013 at 12:02 PM, Maxime Nay wrote: > > > Ok, thanks for your help. When 0.8.1 will be production

Re: Partition reassignment stucked

2013-12-09 Thread Neha Narkhede
We will announce it on this mailing list. It is probably a month away from a release. Thanks, Neha On Mon, Dec 9, 2013 at 12:02 PM, Maxime Nay wrote: > Ok, thanks for your help. When 0.8.1 will be production ready, will you > announce it somewhere (will you release it right away) ? > > Thanks,

Re: Partition reassignment stucked

2013-12-09 Thread Maxime Nay
Ok, thanks for your help. When 0.8.1 will be production ready, will you announce it somewhere (will you release it right away) ? Thanks, Maxime 2013/12/9 Neha Narkhede > I wouldn't call 0.8.1 production ready just yet. We are still in the > process of deploying it at LinkedIn. Until it is rea

Re: Partition reassignment stucked

2013-12-09 Thread Neha Narkhede
I wouldn't call 0.8.1 production ready just yet. We are still in the process of deploying it at LinkedIn. Until it is ready, there isn't a good cluster expansion solution other than spinning up a new cluster. This is probably a little easier if you have a VIP in front of your kafka cluster. Thanks

Re: Partition reassignment stucked

2013-12-09 Thread Maxime Nay
Hi, We used the code checked in this branch a few hours before the official 0.8.0 final release : https://github.com/apache/kafka/tree/0.8 So hopefully it should be the exact same code as the official release. The controller logs are empty. In a previous exchange you advised us to not use trunk

Re: Partition reassignment stucked

2013-12-08 Thread Neha Narkhede
Unfortunately quite a few bugs with reassignment are fixed only in 0.8.1. I wonder if you can run trunk and see how that goes? Thanks, Neha On Dec 6, 2013 9:46 PM, "Jun Rao" wrote: > Are you using the 0.8.0 final release? Any error in controller log? > > Thanks, > > Jun > > > On Fri, Dec 6, 2013

Re: Partition reassignment stucked

2013-12-06 Thread Jun Rao
Are you using the 0.8.0 final release? Any error in controller log? Thanks, Jun On Fri, Dec 6, 2013 at 4:38 PM, Maxime Nay wrote: > Hi, > > We are trying to add a broker to a 10 node cluster. We have 7 different > topics, each of them is divided in 10 partitions, and their replication > facto

Partition reassignment stucked

2013-12-06 Thread Maxime Nay
Hi, We are trying to add a broker to a 10 node cluster. We have 7 different topics, each of them is divided in 10 partitions, and their replication factor is 3. To send traffic to this new node, we tried the kafka-reassign-partitions.sh tool, but for some reason, it doesnt work, and now it seems