GitHub user arunmahadevan opened a pull request:
https://github.com/apache/kafka/pull/1301
KAFKA-3645: Fix NPE in ConsumerGroupCommand and ConsumerOffsetChecker
The host and port entries under /brokers/ids/<bid> gets filled only for
PLAINTEXT security protocol. For other protocols the host is null and the
actual endpoint is under "endpoints". This causes NPE when running the consumer
group and offset checker scripts in a kerberized env. By always reading the
host and port values from the "endpoint", a more meaningful exception would be
thrown rather than a NPE.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arunmahadevan/kafka cg_kerb_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1301.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 #1301
----
commit c3dd8d506095314f5e124656d994e1f22af5b4ed
Author: Arun Mahadevan <[email protected]>
Date: 2016-04-30T17:44:36Z
Fix NPE in ConsumerGroupCommand and ConsumerOffsetChecker
The host and port entries under /brokers/ids/<bid> gets filled only for
PLAINTEXT security protocol. For other protocols the host is null
and the actual endpoint is under "endpoints". This causes NPE when running
the consumer group and offset checker scripts in a
kerberized env. By always reading the host and port values from the
"endpoint", a more meaningful exception would be thrown rather than a NPE.
----
---
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.
---