You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:28:05 UTC

[jira] [Updated] (FLINK-22821) FlinkKafkaProducerMigrationTest fails with "Address already in use"

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

Yun Gao updated FLINK-22821:
----------------------------
    Fix Version/s: 1.16.0

> FlinkKafkaProducerMigrationTest fails with "Address already in use"
> -------------------------------------------------------------------
>
>                 Key: FLINK-22821
>                 URL: https://issues.apache.org/jira/browse/FLINK-22821
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka
>    Affects Versions: 1.14.0, 1.13.2
>            Reporter: Dawid Wysakowicz
>            Priority: Major
>              Labels: auto-deprioritized-critical, pull-request-available, test-stability
>             Fix For: 1.15.0, 1.16.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=18469&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5&l=6832
> {code}
> Jun 01 01:27:33 java.net.BindException: Address already in use
> Jun 01 01:27:33 	at sun.nio.ch.Net.bind0(Native Method)
> Jun 01 01:27:33 	at sun.nio.ch.Net.bind(Net.java:461)
> Jun 01 01:27:33 	at sun.nio.ch.Net.bind(Net.java:453)
> Jun 01 01:27:33 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
> Jun 01 01:27:33 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
> Jun 01 01:27:33 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:78)
> Jun 01 01:27:33 	at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90)
> Jun 01 01:27:33 	at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:120)
> Jun 01 01:27:33 	at org.apache.curator.test.TestingZooKeeperMain.runFromConfig(TestingZooKeeperMain.java:93)
> Jun 01 01:27:33 	at org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:148)
> Jun 01 01:27:33 	at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)