mirror of https://github.com/apache/kafka.git
A partially deleted topic can end up with some partitions having no leadership info. For the partially deleted topic, a new controller should be able to finish the topic deletion by transitioning the rogue partition's replicas to OfflineReplica state. This patch adds logic to transition replicas to OfflineReplica state whose partitions have no leadership info. Added a new test method to cover the partially deleted topic case. Reviewers: Jun Rao <junrao@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||