[ https://issues.apache.org/jira/browse/KAFKA-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265400#comment-15265400 ]
ASF GitHub Bot commented on KAFKA-3645: --------------------------------------- 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 <ai...@hortonworks.com> 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. ---- > NPE in ConsumerGroupCommand and ConsumerOffsetChecker when running in a > secure env > ---------------------------------------------------------------------------------- > > Key: KAFKA-3645 > URL: https://issues.apache.org/jira/browse/KAFKA-3645 > Project: Kafka > Issue Type: Bug > Reporter: Arun Mahadevan > Priority: Minor > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)