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

Guozhang Wang resolved KAFKA-9623.
----------------------------------
    Fix Version/s: 2.6.0
       Resolution: Fixed

> Streams will attempt to commit during shutdown if rebalance is in progress
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-9623
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9623
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Guozhang Wang
>            Assignee: Guozhang Wang
>            Priority: Major
>             Fix For: 2.6.0
>
>
> This will throw a retriable `RebalanceInProgressException` which Streams does 
> not currently expect. 
> A possible fix is to change the condition of while(isRunning()) inside 
> runLoop to sth. like isRunning() || !taskManager.rebalanceInProgress(), and 
> within an iteration after we’ve added the records we will check isRunning() 
> again and if false we would skip processing any records anyways.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to