You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/10/11 21:04:00 UTC

[jira] [Updated] (FLINK-23405) FlinkKafkaProducerMigrationOperatorTest.testRestoreProducer fails due to BindException

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

Chesnay Schepler updated FLINK-23405:
-------------------------------------
    Fix Version/s:     (was: 1.14.1)
                       (was: 1.15.0)

> FlinkKafkaProducerMigrationOperatorTest.testRestoreProducer fails due to BindException
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-23405
>                 URL: https://issues.apache.org/jira/browse/FLINK-23405
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka
>    Affects Versions: 1.14.0
>            Reporter: Xintong Song
>            Priority: Major
>              Labels: pull-request-available, test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20523&view=logs&j=72d4811f-9f0d-5fd0-014a-0bc26b72b642&t=c1d93a6a-ba91-515d-3196-2ee8019fbda7&l=6851
> {code}
> Jul 15 21:23:44 [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 102.561 s <<< FAILURE! - in org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerMigrationOperatorTest
> Jul 15 21:23:44 [ERROR] testRestoreProducer[Migration Savepoint: 1.10](org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerMigrationOperatorTest)  Time elapsed: 2.015 s  <<< ERROR!
> Jul 15 21:23:44 java.net.BindException: Address already in use
> Jul 15 21:23:44 	at sun.nio.ch.Net.bind0(Native Method)
> Jul 15 21:23:44 	at sun.nio.ch.Net.bind(Net.java:461)
> Jul 15 21:23:44 	at sun.nio.ch.Net.bind(Net.java:453)
> Jul 15 21:23:44 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
> Jul 15 21:23:44 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
> Jul 15 21:23:44 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:78)
> Jul 15 21:23:44 	at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90)
> Jul 15 21:23:44 	at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:120)
> Jul 15 21:23:44 	at org.apache.curator.test.TestingZooKeeperMain.runFromConfig(TestingZooKeeperMain.java:93)
> Jul 15 21:23:44 	at org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:148)
> Jul 15 21:23:44 	at java.lang.Thread.run(Thread.java:748)
> {code}



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