[ https://issues.apache.org/jira/browse/KAFKA-19300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai updated KAFKA-19300: ----------------------------------- Description: it can be reproduced by GroupAuthorizerIntegrationTest.testConsumeUnsubscribeWithoutGroupPermission. The root cause is shown below. 1. AsyncConsumer#unsubscribe is executed 2. process(UnsubscribeEvent) changes the state to LEAVING 3. the state is changed to UNSUBSCRIBED in generating Heartbeat 4. the `LeaveInProgress` is skipped in transitionToFatal since the state is UNSUBSCRIBED The behavior is inconsistent to classic consumer was: it can be reproduced by GroupAuthorizerIntegrationTest.testConsumeUnsubscribeWithoutGroupPermission. The root cause is shown below. 1. AsyncConsumer#unsubscribe is executed 2. process(UnsubscribeEvent) changes the state to LEAVING 3. the state is changed to UNSUBSCRIBED in generating Heartbeat 4. the `LeaveInProgress` is skipped in transitionToFatal since the state is UNSUBSCRIBED > AsyncConsumer#unsubscribe always timeout due to GroupAuthorizationException > --------------------------------------------------------------------------- > > Key: KAFKA-19300 > URL: https://issues.apache.org/jira/browse/KAFKA-19300 > Project: Kafka > Issue Type: Bug > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Priority: Major > > it can be reproduced by > GroupAuthorizerIntegrationTest.testConsumeUnsubscribeWithoutGroupPermission. > The root cause is shown below. > 1. AsyncConsumer#unsubscribe is executed > 2. process(UnsubscribeEvent) changes the state to LEAVING > 3. the state is changed to UNSUBSCRIBED in generating Heartbeat > 4. the `LeaveInProgress` is skipped in transitionToFatal since the state is > UNSUBSCRIBED > The behavior is inconsistent to classic consumer -- This message was sent by Atlassian Jira (v8.20.10#820010)