[
https://issues.apache.org/jira/browse/KAFKA-12898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-12898.
---------------------------------
Fix Version/s: 2.8.1
Reviewer: A. Sophie Blee-Goldman
Resolution: Fixed
> 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
> Priority: Blocker
> Fix For: 3.0.0, 2.8.1
>
>
> 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)