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

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

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

Yu Li commented on FLINK-14592:
-------------------------------

Another instance: https://api.travis-ci.org/v3/job/642477192/log.txt

> 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
>            Reporter: Gary Yao
>            Assignee: Jiangjie Qin
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.10.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)