Chia-Ping Tsai created KAFKA-19357:
--------------------------------------
Summary: 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
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)