GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/1622
KAFKA-3859: Fix describe group command to report valid status when group is
empty
With the new consumer, when all consumers of a consumer group are stopped
(i.e. the group is empty), the describe consumer group command returns
`Consumer group ... is rebalancing.`
This PR fixes this issue by distinguishing between when the consumer group
is actually rebalancing and when it has no active members.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-3859
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1622.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1622
----
commit e3555de77d8235d0230b1a625b7b3f4e494632d4
Author: Vahid Hashemian <[email protected]>
Date: 2016-07-13T23:09:02Z
KAFKA-3859: Fix describe group command to report valid status when group is
empty
With the new consumer, when all consumers of a consumer group are stopped
(i.e. the group is empty), the describe consumer group command returns
`Consumer group ... is rebalancing.`
This PR fixes this issue by distinguishing between when the consumer group
is actually rebalancing and when it has no active members.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---