Kristopher Browne created KAFKA-7260: ----------------------------------------
Summary: Failures while attempting to move partitions with kafka-reassign-partitions.sh Key: KAFKA-7260 URL: https://issues.apache.org/jira/browse/KAFKA-7260 Project: Kafka Issue Type: Bug Components: controller, tools Affects Versions: 1.0.0 Reporter: Kristopher Browne We're having issues with some clusters where a given broker shows as assigned partitions, but doesn't currently host them: {code:java} Topic: <redacted> Partition: 108 Leader: 5 Replicas: 5,3,4 Isr: 5,4{code} When I tried to use {{kafka-reassign-partitions.sh}} to push around the partitions showing that issue, it failed on most of the new assignments... {code:java} ERROR: Assigned replicas (5,2,3) don't match the list of replicas for reassignment (2,5,1) for partition <redacted>-108{code} I'm working through that, but when I try to do further manipulations I'm getting errors that some actions are still in progress, despite nothing showing in zookeeper. {code:java} Reassignment of partition <redacted>-40 is still in progress{code} {code:java} $ zookeeper-shell.sh localhost:2181 <<< 'ls /admin/reassign_partitions' [] {code} I don't see other tickets that relate to these, and do not see similar issues/fixes googling around. -- This message was sent by Atlassian JIRA (v7.6.3#76005)