Kiran created KAFKA-2712: ---------------------------- Summary: Reassignment Partition Tool Issue Key: KAFKA-2712 URL: https://issues.apache.org/jira/browse/KAFKA-2712 Project: Kafka Issue Type: Bug Components: admin Affects Versions: 0.8.2.1 Reporter: Kiran Priority: Minor
Hi I have 4 broker with id 1,2,3 and 4. Have one topic on broker 1 and 2. Now i want to move this topic to broker 3 and 4. For this i am using reassignment partition tool. Scenario 1: When i run verify command: kafka-reassign-partitions.sh --zookeeper localhost:2181 --reassignment-json-file reassignment-json-file.json --verify Status of partition reassignment: ERROR: Assigned replicas (2,3) don't match the list of replicas for reassignment (4,3) for partition [test03,1] ERROR: Assigned replicas (1,2) don't match the list of replicas for reassignment (3,4) for partition [test03,0] Reassignment of partition [test03,1] failed Reassignment of partition [test03,0] failed Its give me above error. But I run execute command and data migrated successfully. To verify this i run describe and verify command again and all looks go. Scenario 2: Getting smiler error in first verification but when when i run it execute command it will not work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)