问题
We have 6
kafka brokers in our cluster
Brokers ids are - 1121 - 1126
We try to reassingmnet the first partition of topic - data-topic
The first partition is - data-topic-0
But after Reassignment , and when we run the verification as
kafka-reassign-partitions.sh --zookeeper zoo01:2181 --reassignment-json-file /tmp/file-partition.json --verify
We get
Reassignment replicas (1125,1124, 1126) don`t match the list of replicas for Reassignment (1125,1122,1123) for partition data-topic-0
Reassignment of partition data-topic-0 failed
any idea why this happens?
note1
- Proposed partition reassignment configuration is in the file - file-partition.json
note2
- We have 100
partitions of topic data-topic
来源:https://stackoverflow.com/questions/59826890/reassignment-replicas-dont-match-the-list-of-replicas-for-reassignment-for-part