[
https://issues.apache.org/jira/browse/KAFKA-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14634266#comment-14634266
]
ASF GitHub Bot commented on KAFKA-2342:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/88
KAFKA-2342; fix transient unit test failure ConsumerBounceTest
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-2342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/88.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 #88
----
commit 7a4b3401aca8806824cd68708918262a87a22241
Author: Jason Gustafson <[email protected]>
Date: 2015-07-20T23:29:46Z
KAFKA-2342; fix transient unit test failure ConsumerBounceTest
----
> transient unit test failure in testConsumptionWithBrokerFailures
> ----------------------------------------------------------------
>
> Key: KAFKA-2342
> URL: https://issues.apache.org/jira/browse/KAFKA-2342
> Project: Kafka
> Issue Type: Sub-task
> Components: core
> Affects Versions: 0.8.3
> Reporter: Jun Rao
> Assignee: Jason Gustafson
>
> Saw the following transient unit test failure.
> kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures FAILED
> java.lang.NullPointerException
> at
> org.apache.kafka.clients.consumer.KafkaConsumer.position(KafkaConsumer.java:949)
> at
> kafka.api.ConsumerBounceTest.consumeWithBrokerFailures(ConsumerBounceTest.scala:86)
> at
> kafka.api.ConsumerBounceTest.testConsumptionWithBrokerFailures(ConsumerBounceTest.scala:61)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)