[ https://issues.apache.org/jira/browse/KAFKA-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15478406#comment-15478406 ]
ASF GitHub Bot commented on KAFKA-4147: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1841 KAFKA-4147: Fix transient failure in ConsumerCoordinatorTest.testAutoCommitDynamicAssignment You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-4147 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1841.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 #1841 ---- commit 18619cb46a82f4835baffff63f237b39d62120a6 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-09-09T22:02:41Z KAFKA-4147: Fix transient failure in ConsumerCoordinatorTest.testAutoCommitDynamicAssignment ---- > Transient failure in ConsumerCoordinatorTest.testAutoCommitDynamicAssignment > ---------------------------------------------------------------------------- > > Key: KAFKA-4147 > URL: https://issues.apache.org/jira/browse/KAFKA-4147 > Project: Kafka > Issue Type: Sub-task > Components: unit tests > Reporter: Jason Gustafson > Assignee: Jason Gustafson > > Seen recently: > https://jenkins.confluent.io/job/kafka-trunk/1143/testReport/org.apache.kafka.clients.consumer.internals/ConsumerCoordinatorTest/testAutoCommitDynamicAssignment/. > {code} > java.lang.NullPointerException > at > org.apache.kafka.clients.consumer.internals.ConsumerCoordinatorTest.testAutoCommitDynamicAssignment(ConsumerCoordinatorTest.java:821) > {code} > Looks like it's caused by a race condition with the heartbeat thread. -- This message was sent by Atlassian JIRA (v6.3.4#6332)