You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Yann Schwartz <y....@criteo.com> on 2015/11/03 11:03:14 UTC

Partition assigned to a dead host - no rebalancing or topic delete possible?

Hello,


If I understood topic deletion correctly, the controller waits for all brokers to ack the partition deletion. So if a partition is assigned to a dead broker, deletion will never happen.


It seems that rebalancing pretty much works the same way, so we can't rebalance partitions (replacing the dead broker id with a valid one) since it waits for the dead broker to ack the rebalancing too.


Am I right in assuming this? If so, how can I blacklist a non functioning broker?


Thanks,


Yann