[ https://issues.apache.org/jira/browse/KAFKA-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373068#comment-15373068 ]
ASF GitHub Bot commented on KAFKA-3952: --------------------------------------- GitHub user swwl1992 reopened a pull request: https://github.com/apache/kafka/pull/1612 KAFKA-3952: Consumer rebalance verifier never succeed due to type mismatch You can merge this pull request into a Git repository by running: $ git pull https://github.com/swwl1992/kafka ticket-KAFKA-3952-fix-consumer-rebalance-verifier Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1612.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 #1612 ---- commit 1ae7fee68319bdc32dee8d80e78bb037d93a7e29 Author: Wan Wenli <wwl....@hotmail.com> Date: 2016-07-12T02:54:24Z fix logic bug in consumer rebalance verifier ---- > VerifyConsumerRebalance cannot succeed when checking partition owner > -------------------------------------------------------------------- > > Key: KAFKA-3952 > URL: https://issues.apache.org/jira/browse/KAFKA-3952 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.8.2.0, 0.9.0.0, 0.10.0.0 > Environment: Linux, Scala 2.10 > Reporter: Simon Wan Wenli > Priority: Minor > Fix For: 0.10.1.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > At line 129 of VerifyConsumerRebalance.scala on trunk branch, the condition > never succeed due to type mismatch. As a result, the result of consumer > rebalance verification is always failed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)