Jason Gustafson created KAFKA-9099:
--------------------------------------
Summary: Reassignments should be retried after unexpected errors
Key: KAFKA-9099
URL: https://issues.apache.org/jira/browse/KAFKA-9099
Project: Kafka
Issue Type: Improvement
Reporter: Jason Gustafson
Assignee: Stanislav Kozlovski
Currently we do not catch unexpected exceptions in `onPartitionReassignment` in
the controller. Generally this can lead to state inconsistencies and a failure
to complete a reassignment. We should add exception handling and come up with a
retry approach. For example, we could track failed reassignments in the
controller context and retry them periodically.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)