You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kirk True (Jira)" <ji...@apache.org> on 2023/06/21 15:47:00 UTC

[jira] [Commented] (KAFKA-15106) AbstractStickyAssignor may stuck in 3.5

    [ https://issues.apache.org/jira/browse/KAFKA-15106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735790#comment-17735790 ] 

Kirk True commented on KAFKA-15106:
-----------------------------------

[~flashmouse] Thank you for the test case. I was able to reproduce the hanging behavior. I would have assumed that the {{@Timeout}} would have stopped the test after 90 seconds, but it didn't appear to when I ran it 🤔

I'm not familiar with this area of the code, so I'm not sure if the stated values make for a valid test or not 🤷‍♂️

Were you planning to provide a patch to fix the issue?

Thanks!

> AbstractStickyAssignor may stuck in 3.5
> ---------------------------------------
>
>                 Key: KAFKA-15106
>                 URL: https://issues.apache.org/jira/browse/KAFKA-15106
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 3.5.0
>            Reporter: li xiangyuan
>            Priority: Major
>
> this could reproduce in ut easy,
> just int org.apache.kafka.clients.consumer.internals.AbstractStickyAssignorTest#testLargeAssignmentAndGroupWithNonEqualSubscription,
> plz set 
> partitionCount=200, 
> consumerCount=20,  you can see 
> isBalanced will return false forever.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)