[
https://issues.apache.org/jira/browse/KAFKA-9198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-9198.
------------------------------------
Fix Version/s: 2.4.0
Resolution: Fixed
The PR has been merged. I meant to change the title to reference KAFKA-8571,
but forgot about it. So instead I'll just resolve this one as fixed and mark
the other as a dup. Sorry for the noise.
> StopReplica handler should complete pending purgatory operations
> ----------------------------------------------------------------
>
> Key: KAFKA-9198
> URL: https://issues.apache.org/jira/browse/KAFKA-9198
> Project: Kafka
> Issue Type: Bug
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Priority: Major
> Fix For: 2.4.0
>
>
> When a reassignment completes, the current leader may need to be shutdown
> with a StopReplica request. It may still have fetch/produce requests in
> purgatory when this happens. We do not have logic currently to force
> completion of these requests which means they are doomed to eventually
> timeout. This is mostly an issue for produce requests which use the default
> request timeout of 30s.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)