Re: Kafka controlled shutdown hangs when there are large number of topics in the cluster

2016-12-20 Thread James Cheng
> On Dec 19, 2016, at 10:13 AM, Gwen Shapira wrote: > > Can you try setting auto.leader.rebalance.enable=false in your > configuration (for all brokers) and see if it solves this problem? > We've had some reports regarding this feature interfering with > controlled shutdown. > Gwen, are there

Re: Kafka controlled shutdown hangs when there are large number of topics in the cluster

2016-12-19 Thread Gwen Shapira
Can you try setting auto.leader.rebalance.enable=false in your configuration (for all brokers) and see if it solves this problem? We've had some reports regarding this feature interfering with controlled shutdown. On Mon, Dec 19, 2016 at 5:02 AM, Robin, Martin (Nokia - IN/Bangalore) wrote: > Hi >

Kafka controlled shutdown hangs when there are large number of topics in the cluster

2016-12-19 Thread Robin, Martin (Nokia - IN/Bangalore)
Hi We have 9 broker instances in a kafka cluster spread across 3 linux machines. The 1st machine has 4 broker instances. 2nd machine has 4 broker instances and 3rd one has 1 broker instance. There are around 101 topics created in the cluster We start the broker as follows All 4 broke