[ https://issues.apache.org/jira/browse/KAFKA-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419157#comment-15419157 ]
Dru P commented on KAFKA-3408: ------------------------------ [~sdhzlzhk] The information you've provided is insufficient to reproduce the issue. /bin/kafka-console-consumer starts the old consumer whose default value for 'rebalance.max.retries' is 4 and yet your stacktrace prints 'can't rebalance after 10 retries', something is off here.. I need the following details: # Is this an actual failure which leaves your Kafka broker + clients useless or does the consumer eventually recover from the rebalance failure? # The exact command used to start the two consumers (any specific config in your CLI args) # Number of partitions of the topic? # Any config changes > consumer rebalance fail > ----------------------- > > Key: KAFKA-3408 > URL: https://issues.apache.org/jira/browse/KAFKA-3408 > Project: Kafka > Issue Type: Bug > Components: clients > Affects Versions: 0.9.0.1 > Environment: centos linux > Reporter: zhongkai liu > Labels: newbie > > I use "/bin/kafka-console-consumer" command to start two consumers of group > "page_group",then the first conumer console report rebalance failure like > this: > ERROR [page_view_group1_slave2-1458095694092-80c33086], error during > syncedRebalance (kafka.consumer.ZookeeperConsumerConnector) > kafka.common.ConsumerRebalanceFailedException: > page_view_group1_slave2-1458095694092-80c33086 can't rebalance after 10 > retries > at > kafka.consumer.ZookeeperConsumerConnector$ZKRebalancerListener.syncedRebalance(ZookeeperConsumerConnector.scala:660) > at > kafka.consumer.ZookeeperConsumerConnector$ZKRebalancerListener$$anon$1.run(ZookeeperConsumerConnector.scala:579) -- This message was sent by Atlassian JIRA (v6.3.4#6332)