Project: Kafka Issue Type: Bug
Components: consumer Affects Versions: 0.8.0 Environment: HP 40 x Intel(R) Xeon(R) CPU E5-2470 v2 @ 2.40GHz/1.2e+02GB bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker shows some partitions having "none" consumers after re-balance triggered due to new consumer joined/disconnected to the group. The lag gets piling up till the partitions are assigned to it usually after another re-balance trigger. Is this a known issue and if so what is the plan for fixing this? Are there any measures to ensure that we don't run into this situation? Thanks Hari