[jira] [Commented] (KAFKA-4786) Transient test failure: ConsumerCoordinatorTest.testHeartbeatThreadClose

2017-02-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879173#comment-15879173
 ] 

ASF GitHub Bot commented on KAFKA-4786:
---

Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/2586


> Transient test failure: ConsumerCoordinatorTest.testHeartbeatThreadClose
> 
>
> Key: KAFKA-4786
> URL: https://issues.apache.org/jira/browse/KAFKA-4786
> Project: Kafka
>  Issue Type: Sub-task
>Reporter: Ismael Juma
>Assignee: Rajini Sivaram
>
> I've seen this failure in Jenkins a number of times:
> {code}
> java.lang.AssertionError: Heartbeat thread active after close
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.assertTrue(Assert.java:41)
>   at org.junit.Assert.assertFalse(Assert.java:64)
>   at 
> org.apache.kafka.clients.consumer.internals.ConsumerCoordinatorTest.testHeartbeatThreadClose(ConsumerCoordinatorTest.java:1425)
> {code}
> https://jenkins.confluent.io/job/kafka-0.10.2/88/testReport/org.apache.kafka.clients.consumer.internals/ConsumerCoordinatorTest/testHeartbeatThreadClose/
> [~rsivaram], do you think you can take a look since you wrote the test?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KAFKA-4786) Transient test failure: ConsumerCoordinatorTest.testHeartbeatThreadClose

2017-02-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15878599#comment-15878599
 ] 

ASF GitHub Bot commented on KAFKA-4786:
---

GitHub user rajinisivaram opened a pull request:

https://github.com/apache/kafka/pull/2586

KAFKA-4786: Wait for heartbeat thread to terminate in consumer close



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rajinisivaram/kafka KAFKA-4786

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2586.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 #2586


commit 01a9bc2819ea9f4949ea2baa7ab46b6c5708424f
Author: Rajini Sivaram 
Date:   2017-02-22T15:40:19Z

KAFKA-4786: Wait for heartbeat thread to terminate in consumer close




> Transient test failure: ConsumerCoordinatorTest.testHeartbeatThreadClose
> 
>
> Key: KAFKA-4786
> URL: https://issues.apache.org/jira/browse/KAFKA-4786
> Project: Kafka
>  Issue Type: Sub-task
>Reporter: Ismael Juma
>Assignee: Rajini Sivaram
>
> I've seen this failure in Jenkins a number of times:
> {code}
> java.lang.AssertionError: Heartbeat thread active after close
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.assertTrue(Assert.java:41)
>   at org.junit.Assert.assertFalse(Assert.java:64)
>   at 
> org.apache.kafka.clients.consumer.internals.ConsumerCoordinatorTest.testHeartbeatThreadClose(ConsumerCoordinatorTest.java:1425)
> {code}
> https://jenkins.confluent.io/job/kafka-0.10.2/88/testReport/org.apache.kafka.clients.consumer.internals/ConsumerCoordinatorTest/testHeartbeatThreadClose/
> [~rsivaram], do you think you can take a look since you wrote the test?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)