[ https://issues.apache.org/jira/browse/KAFKA-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821718#comment-15821718 ]
ASF GitHub Bot commented on KAFKA-4627: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/2367 KAFKA-4627: Fix timing issue in consumer close tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-4627 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2367.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 #2367 ---- commit 77751def3e8c87344e206d8453248328fddc5b12 Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2017-01-13T12:12:45Z KAFKA-4627: Fix timing issue in consumer close tests ---- > Intermittent test failure in consumer close test > ------------------------------------------------ > > Key: KAFKA-4627 > URL: https://issues.apache.org/jira/browse/KAFKA-4627 > Project: Kafka > Issue Type: Bug > Components: unit tests > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Fix For: 0.10.2.0 > > > Jenkins PR build failure: > https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/830/testReport/junit/org.apache.kafka.clients.consumer/KafkaConsumerTest/testLeaveGroupTimeout/ > {quote} > java.lang.IllegalArgumentException: No requests available to node > localhost:1969 (id: 2147483647 rack: null) > at org.apache.kafka.clients.MockClient.respondFrom(MockClient.java:209) > at org.apache.kafka.clients.MockClient.respondFrom(MockClient.java:195) > at > org.apache.kafka.clients.consumer.KafkaConsumerTest.consumerCloseTest(KafkaConsumerTest.java:1222) > at > org.apache.kafka.clients.consumer.KafkaConsumerTest.testLeaveGroupTimeout(KafkaConsumerTest.java:1148) > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)