Re: How to move a broker out of rotation?

2016-09-29 Thread Praveen
Nice. That has some nice set of functionality. Thanks. I'll take a look. Praveen On Thu, Sep 29, 2016 at 4:07 PM, Todd Palino wrote: > There’s not a good answer for this with just the Kafka tools. We opened > sourced the tool that we use for removing brokers and rebalancing > partitions in a c

Re: How to move a broker out of rotation?

2016-09-29 Thread Todd Palino
There’s not a good answer for this with just the Kafka tools. We opened sourced the tool that we use for removing brokers and rebalancing partitions in a cluster: https://github.com/linkedin/kafka-tools So when we want to remove a broker (with an ID of 1 in this example) from a cluster, we run: ka

How to move a broker out of rotation?

2016-09-29 Thread Praveen
I have 16 brokers. Now one of the brokers (B-16) got completely messed up and is sent for repair. But I can still see some partitions including the B-16 in its replicas, thereby becoming under-replicated. Is there a proper way to take broker out of rotation? Praveen