You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/07/08 12:24:00 UTC

[jira] [Closed] (FLINK-15414) KafkaITCase#prepare failed in travis

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

Dawid Wysakowicz closed FLINK-15414.
------------------------------------
    Fix Version/s: 1.11.1
                   1.12.0
       Resolution: Fixed

Merged a fix that should trigger the retry logic in:
* master:
** c23787093a9da0e12561fbe22dd6da6164ffe951
* 1.11.1:
** fcd4c58c966b3df4150ed9f761273ae608055475

> KafkaITCase#prepare failed in travis
> ------------------------------------
>
>                 Key: FLINK-15414
>                 URL: https://issues.apache.org/jira/browse/FLINK-15414
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka, Tests
>    Affects Versions: 1.11.0, 1.12.0
>            Reporter: Dian Fu
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.12.0, 1.11.1
>
>
> The travis for release-1.9 failed with the following error:
> {code}
> org.apache.kafka.common.KafkaException: Socket server failed to bind to 0.0.0.0:44867: Address already in use.
> 	at org.apache.flink.streaming.connectors.kafka.KafkaITCase.prepare(KafkaITCase.java:58)
> Caused by: java.net.BindException: Address already in use
> 	at org.apache.flink.streaming.connectors.kafka.KafkaITCase.prepare(KafkaITCase.java:58)
> {code}
> instance: [https://api.travis-ci.org/v3/job/629636116/log.txt]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)