As Lance mentioned, the best course of action in such a case (since version
0.8.X) is to keep the failed broker down, and bring up a new node (with the
same broker id as the failed broker), and it will automatically re-sync its
replicas (which may take some time). You don't want to try to reassign
Thx for the reply. Can't I just reassign the partition to the new broker in
zookeeper manually? What zookeeper path should I change?
TIA
On Thursday, May 28, 2015, Lance Laursen
wrote:
> Hey,
>
> Try clearing out /admin/reassign_partitions on your zookeeper.
>
> Additionally, your best bet mig
Hey,
Try clearing out /admin/reassign_partitions on your zookeeper.
Additionally, your best bet might be to bring up a new broker with the same
broker ID as your failed broker. It'll join the cluster and carry on,
though I'm not sure what effect having a now-empty partition is going to
have.
On
Hi,
I'm using kafka 0.8.2 & one of my kafka servers died (no way to recover the
data on the disks). There is a topic, with replication of 1, with one of
the partitions on the dead server. I thought a reassignment would move the
metadata for that partition to a new server without needing the data,