[
https://issues.apache.org/jira/browse/KAFKA-19357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955476#comment-17955476
]
Chia-Ping Tsai commented on KAFKA-19357:
----------------------------------------
I noticed this issue in investigating KAFKA-19352
> 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
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Major
>
> 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)