I lost two out of three kafka nodes in my cluster leaving the third one as the leader for all partitions and sole ISR. The first two nodes are not coming back so I want to reassign the partitions to two different nodes.
I have tried using both the yahoo kafka-manager tool and also the kafka-reassign-partitions.sh tool. Both start the job, but in the yahoo kafka-manager the reassignment job shows a status of "pending" forever.
- What are the possible causes of this?
- Are there additional ways to debug this?
- Is it possible to "manually" move the partitions to new nodes?