You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2021/06/04 15:38:00 UTC

[jira] [Created] (KAFKA-12898) Owned partitions in the subscription must be sorted

David Jacot created KAFKA-12898:
-----------------------------------

             Summary: Owned partitions in the subscription must be sorted
                 Key: KAFKA-12898
                 URL: https://issues.apache.org/jira/browse/KAFKA-12898
             Project: Kafka
          Issue Type: Bug
            Reporter: David Jacot
            Assignee: David Jacot


While investigating https://issues.apache.org/jira/browse/KAFKA-12896, I have noticed that the leader was always sending the same subscribed partitions but not always in the order. The group coordinator compares the provided subscription with the store subscription based on their bytes representation. So if the subscribed partitions are not in the same order, the group coordinator would consider that they are different and rebalance the group.



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