Re: Moving partition(s) to different broker

2019-11-11 Thread SenthilKumar K
Thanks, Peter for the quick response. You may need to enable unclean leader election, as well. - We already set unclean leader election to true. Unfortunately both brokers went down within 10 minutes of time. Another option is to increase the replication factor to 3 from 2. Right now the goal is

Re: Moving partition(s) to different broker

2019-11-11 Thread Peter Bukowinski
If the only replicas for that topic partition exist on brokers 15 and 24 and they are both down, then you cannot recover the partition until either of them is replaced or repaired and rejoins the cluster. You may need to enable unclean leader election, as well. As you’ve discovered, adding

Moving partition(s) to different broker

2019-11-11 Thread SenthilKumar K
Hi Experts, We have seen a problem with partition leader i.e it's set to -1. describe o/p: Topic: 1453 Partition: 47 Leader: -1 Replicas: 24,15 Isr: 24 Kafka Version: 2.2.0 Replication: 2 Partitions: 48 Brokers 24 ,15 both are down due to disk errors and we lost the partition 47. I tried