Topic: events Partition: 6 Leader: 21 Replicas: 25,21,9,17,22,3 Isr: 21,17,25 Topic: events Partition: 7 Leader: 20 Replicas: 5,20,9 Isr: 20,5,9
We have some replicas in our topic which are extras. (topic replication factor is 3).Tried to do kafka-reassign-partition.sh by removing the non-sync replicas. That should be quick right?I mean delete the non-sync replicas and remove them from "Replicas:"?? What is the other way to accomplish this?? The problem is we run out of space before all the replicas catch up.. Suggestions?? Thanks,-Vinay