[
https://issues.apache.org/jira/browse/KAFKA-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992408#comment-14992408
]
ASF GitHub Bot commented on KAFKA-2755:
---------------------------------------
GitHub user SinghAsDev opened a pull request:
https://github.com/apache/kafka/pull/435
KAFKA-2755: NPE thrown while handling DescribeGroup request for non-e…
…xistent consumer group
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SinghAsDev/kafka KAFKA-2755
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/435.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 #435
----
commit d5e3e9dbc0dd15ed7e30c1137d185df10060cb6b
Author: Ashish Singh <[email protected]>
Date: 2015-11-05T20:29:03Z
KAFKA-2755: NPE thrown while handling DescribeGroup request for
non-existent consumer group
----
> NPE thrown while handling DescribeGroup request for non-existent consumer
> group
> -------------------------------------------------------------------------------
>
> Key: KAFKA-2755
> URL: https://issues.apache.org/jira/browse/KAFKA-2755
> Project: Kafka
> Issue Type: Bug
> Reporter: Ashish K Singh
> Assignee: Ashish K Singh
>
> NPE thrown while handling DescribeGroup request for non-existent consumer
> group.
> {code}
> [2015-11-05 12:02:37,455] ERROR [KafkaApi-0] error when handling request null
> (kafka.server.KafkaApis)
> java.lang.NullPointerException
> at kafka.server.KafkaApis$$anonfun$31.apply(KafkaApis.scala:734)
> at kafka.server.KafkaApis$$anonfun$31.apply(KafkaApis.scala:728)
> at
> scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
> at
> scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
> at scala.collection.Iterator$class.foreach(Iterator.scala:727)
> at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
> at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
> at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
> at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
> at scala.collection.AbstractTraversable.map(Traversable.scala:105)
> at
> kafka.server.KafkaApis.handleDescribeGroupRequest(KafkaApis.scala:728)
> at kafka.server.KafkaApis.handle(KafkaApis.scala:82)
> at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:60)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)