You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/10/15 18:32:43 UTC

[jira] [Closed] (KAFKA-1087) Empty topic list causes consumer to fetch metadata of all topics

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

Neha Narkhede closed KAFKA-1087.
--------------------------------


> Empty topic list causes consumer to fetch metadata of all topics
> ----------------------------------------------------------------
>
>                 Key: KAFKA-1087
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1087
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.8
>            Reporter: Swapnil Ghike
>            Assignee: Swapnil Ghike
>         Attachments: KAFKA-1087.patch
>
>
> The ClientUtils fetches metadata for all topics if the topic set is empty. 
> If the topic list of a consumer is empty, the following happens if a rebalance is triggered:
> - The fetcher is restarted, fetcher.startConnections() starts a LeaderFinderThread
> - LeaderFinderThread waits on a condition
> - fetcher.startConnections() signals the aforementioned condition
> - LeaderFinderThread obtains metadata for all topics since the topic list is empty.



--
This message was sent by Atlassian JIRA
(v6.1#6144)