Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2712

Reassignment Partition Tool Issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 0.8.2.1
    • None
    • admin
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kimsingh15 Kiran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: