[
https://issues.apache.org/jira/browse/FLINK-14592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233508#comment-17233508
]
Robert Metzger commented on FLINK-14592:
----------------------------------------
It seems that the PR is outdated, but the problem hasn't occurred in a while.
I'll move this feature to the 1.13 release.
> 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.12.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)