kafka/core
gitlw 341db990dc KAFKA-6650: Allowing transition to OfflineReplica state for replicas without leadership info (#4825)
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>
2018-04-16 17:16:08 -07:00
..
src KAFKA-6650: Allowing transition to OfflineReplica state for replicas without leadership info (#4825) 2018-04-16 17:16:08 -07:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00