[
https://issues.apache.org/jira/browse/KAFKA-18263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-18263.
---------------------------------
Fix Version/s: 4.0.0
3.9.1
Resolution: Fixed
> Group lock must be acquired when reverting static membership rejoin
> -------------------------------------------------------------------
>
> Key: KAFKA-18263
> URL: https://issues.apache.org/jira/browse/KAFKA-18263
> Project: Kafka
> Issue Type: Bug
> Reporter: David Jacot
> Assignee: David Jacot
> Priority: Major
> Fix For: 4.0.0, 3.9.1
>
>
> When a static member rejoins the group, the group state is rewritten to the
> partition in order to persist the change. If the write fails, the change is
> reverted. However, this is done without acquiring the group lock.
> This is only try in the old group coordinator. The new one does not suffer
> from this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)