Re: Kafka Leader Rebalance

2015-02-17 Thread nitin sharma
hi Neha, I am using 0.8.1.1 version and have used kafka-topics to create the topics and then later used reassignment tool to spilt the partitions to the required brokers.. After restart, i have seen all the partitions to remain on active server and doesn't migrate back to the restarted node.. i h

Re: Kafka Leader Rebalance

2015-02-17 Thread Neha Narkhede
Are you are on 0.8.1.1 or higher and are you using the kafka-topics tool to see which leaders are on which brokers? Did you also wait for more than 15 seconds to see if the leader election takes place? Are there any errors in the controller log? On Sat, Feb 14, 2015 at 9:35 AM, nitin sharma wrote

Re: Kafka Leader Rebalance

2015-02-14 Thread nitin sharma
Hi, Anyone who knows how to solve my problem, please respond.. Regards, Nitin Kumar Sharma. On Thu, Feb 12, 2015 at 3:50 PM, nitin sharma wrote: > Hi Team, > > i need some help in solving my current issue related to > "kafka-leadership-rebalance" > > I have 2 brokers.. i have deployed 2 topi

Kafka Leader Rebalance

2015-02-12 Thread nitin sharma
Hi Team, i need some help in solving my current issue related to "kafka-leadership-rebalance" I have 2 brokers.. i have deployed 2 topics with 2 partition and 2 replica each in following format.. I made use of kafka-reassignment.sh for same Topic partition Leader Fol