Kirk True created KAFKA-19394: --------------------------------- Summary: Failure in ConsumerNetworkThread.initializeResources() can cause hangs on 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
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)