Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The `kafka-reassign-partitions` command spits out a generic when the reassignment contains a topic which does not exist:
$ ./bin/kafka-reassign-partitions.sh --bootstrap-server localhost:9092 --execute --reassignment-json-file reassignment.json Error: org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
When the reassignment contains multiple topic-partitions, this is quite annoying. It would be better if it could at least give the concerned topic-partition.
Attachments
Issue Links
- links to