You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/09/01 23:18:46 UTC

[jira] [Updated] (KAFKA-2207) The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:

     [ https://issues.apache.org/jira/browse/KAFKA-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gwen Shapira updated KAFKA-2207:
--------------------------------
    Resolution: Cannot Reproduce
        Status: Resolved  (was: Patch Available)

I think this is no longer failing.

> The testCannotSendToInternalTopic test method in ProducerFailureHandlingTest fails consistently with the following exception:
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-2207
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2207
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Deepthi
>             Fix For: 0.8.3
>
>         Attachments: KAFKA-2207.patch
>
>
> kafka.api.ProducerFailureHandlingTest > testCannotSendToInternalTopic FAILED
>     java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 3000 ms.
>         at org.apache.kafka.clients.producer.KafkaProducer$FutureFailure.<init>(KafkaProducer.java:437)
>         at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:352)
>         at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:248)
>         at kafka.api.ProducerFailureHandlingTest.testCannotSendToInternalTopic(ProducerFailureHandlingTest.scala:309)
>         Caused by:
>         org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 3000 ms.
> The following attached patch has resolved the issue 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)