Chia-Ping Tsai created KAFKA-12273:
--------------------------------------
Summary: InterBrokerSendThread#pollOnce throws FatalExitError even
though it is shutdown correctly
Key: KAFKA-12273
URL: https://issues.apache.org/jira/browse/KAFKA-12273
Project: Kafka
Issue Type: Test
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
kafka tests sometimes shutdown gradle with non-zero code. The (one of) root
cause is that InterBrokerSendThread#pollOnce encounters DisconnectException
when NetworkClient is closing. DisconnectException should be viewed as
"expected" error as we do close it. In other words,
InterBrokerSendThread#pollOnce should swallow it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)