Re: Add Partition and Rebalancing

2013-10-09 Thread Shone Sadler
Just verified the fix. Works great! Thanks for the quick response and fix Guozhang. Shone On Wed, Oct 9, 2013 at 5:32 PM, Shone Sadler wrote: > Ahh yes, thanks Guozhang! > > I thought I did a pull yesterday, but the last change I had was for > Kafka-1073 (below). I did a pull again and I no

Re: Add Partition and Rebalancing

2013-10-09 Thread Shone Sadler
Ahh yes, thanks Guozhang! I thought I did a pull yesterday, but the last change I had was for Kafka-1073 (below). I did a pull again and I now see the change. I'll run my tests again. Thanks, Shone shonesadler$ git log commit 71ed6ca3368ff38909f502565a4bf0f39e70fc6c Author: Jun Rao Date: Mo

Re: Add Partition and Rebalancing

2013-10-09 Thread Guozhang Wang
Hello Shone, Could you do a git log to see if KAFKA-1075 has been included in your repository? It was checked in this Monday, so if you checked out the code earlier than that then the fix will not be included. Guozhang On Wed, Oct 9, 2013 at 1:34 PM, Shone Sadler wrote: > Hello, > > > I am te

Add Partition and Rebalancing

2013-10-09 Thread Shone Sadler
Hello, I am testing out the AddPartitionCommand in Kafka 8.0 and wanted to verify the behavior I am seeing. Currently, running producers and consumers appear unaffected by scaling out of partitions. i.e. Producers do not pick up the new partition size for calls to the Partitioner and consumers a