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/06 12:17:00 UTC

[jira] [Comment Edited] (FLINK-14592) FlinkKafkaInternalProducerITCase fails with BindException

    [ https://issues.apache.org/jira/browse/FLINK-14592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151980#comment-17151980 ] 

Dawid Wysakowicz edited comment on FLINK-14592 at 7/6/20, 12:16 PM:
--------------------------------------------------------------------

Another instance (1.12 on master): https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=4255&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5


was (Author: dawidwys):
Another instance: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=4255&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5

> FlinkKafkaInternalProducerITCase  fails with BindException
> ----------------------------------------------------------
>
>                 Key: FLINK-14592
>                 URL: https://issues.apache.org/jira/browse/FLINK-14592
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka, Tests
>    Affects Versions: 1.10.0, 1.12.0
>            Reporter: Gary Yao
>            Assignee: Jiangjie Qin
>            Priority: Critical
>              Labels: pull-request-available, test-stability
>             Fix For: 1.11.0
>
>
> FlinkKafkaInternalProducerITCase fails with java.net.BindException: Address already in use.
> Logs: https://api.travis-ci.org/v3/job/605478801/log.txt
> {noformat}
> 02:04:04.878 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.822 s <<< FAILURE! - in org.apache.flink.streaming.connectors.kafka.FlinkKafkaInternalProducerITCase
> 02:04:04.882 [ERROR] org.apache.flink.streaming.connectors.kafka.FlinkKafkaInternalProducerITCase  Time elapsed: 8.822 s  <<< ERROR!
> org.apache.kafka.common.KafkaException: Socket server failed to bind to 0.0.0.0:38437: Address already in use.
> 	at org.apache.flink.streaming.connectors.kafka.FlinkKafkaInternalProducerITCase.prepare(FlinkKafkaInternalProducerITCase.java:59)
> Caused by: java.net.BindException: Address already in use
> 	at org.apache.flink.streaming.connectors.kafka.FlinkKafkaInternalProducerITCase.prepare(FlinkKafkaInternalProducerITCase.java:59)
> {noformat}



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