[
https://issues.apache.org/jira/browse/KAFKA-19357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-19357.
------------------------------------
Resolution: Fixed
My apologies. I forgot to resolve this ticket
> AsyncConsumer#close hangs during closing because the commitAsync request
> never completes due to a missing coordinator
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-19357
> URL: https://issues.apache.org/jira/browse/KAFKA-19357
> Project: Kafka
> Issue Type: Bug
> Components: clients, consumer
> Reporter: Chia-Ping Tsai
> Assignee: Yu Chia Ma
> Priority: Major
> Fix For: 4.2.0
>
>
> KAFKA-16103 ensures the AsyncConsumer wait the requests sent by commitAsync
> during the close. However, the `CoordinatorRequestManager` does not send any
> request to find coordinator during close, and hence the requests sent by
> `CommitRequestManager are never completed during the close since there is no
> coordinator
--
This message was sent by Atlassian Jira
(v8.20.10#820010)