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

2021-02-18 Thread Chia-Ping Tsai (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-12273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai updated KAFKA-12273:
---
Fix Version/s: 3.0.0

> 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
>Priority: Major
> Fix For: 3.0.0, 2.8.0
>
>
> 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)


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

2021-02-16 Thread Chia-Ping Tsai (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-12273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai updated KAFKA-12273:
---
Fix Version/s: 2.8.0

> 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
>Priority: Major
> Fix For: 2.8.0
>
>
> 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)