You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (JIRA)" <ji...@apache.org> on 2019/07/15 09:06:00 UTC

[jira] [Assigned] (FLINK-11995) Kafka09SecuredRunITCase fails due to port conflict

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

Kurt Young reassigned FLINK-11995:
----------------------------------

    Assignee: Jiangjie Qin

> Kafka09SecuredRunITCase fails due to port conflict
> --------------------------------------------------
>
>                 Key: FLINK-11995
>                 URL: https://issues.apache.org/jira/browse/FLINK-11995
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka, Tests
>    Affects Versions: 1.8.0
>            Reporter: Chesnay Schepler
>            Assignee: Jiangjie Qin
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.9.0
>
>
> [https://travis-ci.org/apache/flink/jobs/509650718]
>  
> {code:java}
> 22:40:05,370 INFO  org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase  -     Starting Kafka09SecuredRunITCase 
> 22:40:05,373 INFO  org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase  - -------------------------------------------------------------------------
> 22:40:10,553 INFO  org.apache.flink.streaming.connectors.kafka.KafkaTestBase     - Starting KafkaTestBase.prepare() for Kafka 0.9
> 22:40:10,554 INFO  org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironmentImpl  - Starting Zookeeper
> java.net.BindException: Address already in use
> 	at sun.nio.ch.Net.bind0(Native Method)
> 	at sun.nio.ch.Net.bind(Net.java:433)
> 	at sun.nio.ch.Net.bind(Net.java:425)
> 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
> 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90)
> 	at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:117)
> 	at org.apache.curator.test.TestingZooKeeperMain.runFromConfig(TestingZooKeeperMain.java:93)
> 	at org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:148)
> 	at java.lang.Thread.run(Thread.java:748)
> 22:40:13.083 [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 10.529 s <<< FAILURE! - in org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)