Reassignment replicas don`t match the list of replicas for Reassignment for partition

混江龙づ霸主 提交于 2020-01-24 00:17:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!