You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Chia-Ping Tsai (Jira)" <ji...@apache.org> on 2021/02/02 18:54:00 UTC

[jira] [Created] (KAFKA-12273) InterBrokerSendThread#pollOnce throws FatalExitError even though it is shutdown correctly

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)