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 >