Kirk True created KAFKA-19932:
---------------------------------
Summary: AdminClient throws TimeoutException when underlying cause
is OutOfMemoryError
Key: KAFKA-19932
URL: https://issues.apache.org/jira/browse/KAFKA-19932
Project: Kafka
Issue Type: Bug
Components: admin, clients
Affects Versions: 4.1.0
Reporter: Kirk True
An issue occurred wherein the admin client was frequently returning timeout
errors. On closer inspection, it was found that the instance on which the admin
client was running had very little available heap space and was throwing
OutOfMemoryError pretty consistently.
The fix here is to ensure that the admin client properly propagates the
underlying error instead of masking it as a timeout or something else.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)