You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/05/06 00:01:21 UTC

[jira] [Assigned] (KAFKA-2720) Periodic purging groups in the coordinator

     [ https://issues.apache.org/jira/browse/KAFKA-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Gustafson reassigned KAFKA-2720:
--------------------------------------

    Assignee: Jason Gustafson  (was: Guozhang Wang)

> Periodic purging groups in the coordinator
> ------------------------------------------
>
>                 Key: KAFKA-2720
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2720
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: consumer
>            Reporter: Guozhang Wang
>            Assignee: Jason Gustafson
>             Fix For: 0.10.1.0
>
>
> Currently the coordinator removes the group (i.e. both removing it from the cache and writing the tombstone message on its local replica without waiting for ack) once it becomes an empty group.
> This can lead to a few issues such as 1) group removal and creation churns when a group with very few members are being rebalanced, 2) if the local write is failed / not propagated to other followers, they can only be removed again when a new coordinator is migrated and detects the group has no members already.
> We could instead piggy-back the periodic offset expiration along with the group purging as well which removes any groups that had no members already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)