[
https://issues.apache.org/jira/browse/KAFKA-19394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-19394:
------------------------------
Summary: Failure in ConsumerNetworkThread.initializeResources() can cause
hangs on AsyncKafkaConsumer.close() (was: Failure in
ConsumerNetworkThread.initializeResources() can cause hangs on close)
> Failure in ConsumerNetworkThread.initializeResources() can cause hangs on
> AsyncKafkaConsumer.close()
> ----------------------------------------------------------------------------------------------------
>
> Key: KAFKA-19394
> URL: https://issues.apache.org/jira/browse/KAFKA-19394
> Project: Kafka
> Issue Type: Bug
> Components: clients, consumer
> Affects Versions: 4.0.0
> Reporter: Kirk True
> Assignee: Kirk True
> Priority: Major
> Labels: consumer-threading-refactor
>
> If {{ConsumerNetworkThread.initializeResources()}} fails when attempting to
> create resources (e.g. a {{NetworkClient}} can't be created because the SASL
> login failed), it will "clean up" but not "close". This means that when the
> application thread adds (and waits on) events, it will always time out.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)