[
https://issues.apache.org/jira/browse/KAFKA-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Swapnil Ghike updated KAFKA-1087:
---------------------------------
Description:
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.
was:
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, it 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.
> 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)