kafka/core
Jason Gustafson 6ae1af842a
KAFKA-9198; Complete purgatory operations on receiving StopReplica (#7701)
Force completion of delayed operations when receiving a StopReplica request. In the case of a partition reassignment, we cannot rely on receiving a LeaderAndIsr request in order to complete these operations because the leader may no longer be a replica. Previously when this happened, the delayed operations were left to eventually timeout. 

Reviewers: Stanislav Kozlovski <stanislav_kozlovski@outlook.com>, Ismael Juma <ismael@juma.me.uk>

Co-Authored-By: Kun Du <kidkun@users.noreply.github.com>
2019-11-18 15:11:42 -08:00
..
src KAFKA-9198; Complete purgatory operations on receiving StopReplica (#7701) 2019-11-18 15:11:42 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00