pan3793 opened a new issue #1632: URL: https://github.com/apache/incubator-kyuubi/issues/1632
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug `EmbeddedZookeeperSuite` is flaky on GA in recent days. ### Affects Version(s) master ### Kyuubi Server Log Output ```logtalk [INFO] --- scalatest-maven-plugin:2.0.2:test (test) @ kyuubi-zookeeper_2.12 --- Discovery starting. Discovery completed in 235 milliseconds. Run starting. Expected test count is: 3 EmbeddedZookeeperSuite: - embedded zookeeper server *** FAILED *** java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:461) at sun.nio.ch.Net.bind(Net.java:453) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:78) at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90) at org.apache.kyuubi.zookeeper.EmbeddedZookeeper.initialize(EmbeddedZookeeper.scala:54) at org.apache.kyuubi.zookeeper.EmbeddedZookeeperSuite.$anonfun$new$1(EmbeddedZookeeperSuite.scala:39) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) ... - connect test with embedded zookeeper *** FAILED *** java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:461) at sun.nio.ch.Net.bind(Net.java:453) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:78) at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90) at org.apache.kyuubi.zookeeper.EmbeddedZookeeper.initialize(EmbeddedZookeeper.scala:54) at org.apache.kyuubi.zookeeper.EmbeddedZookeeperSuite.$anonfun$new$2(EmbeddedZookeeperSuite.scala:53) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) ... - use zookeeper.embedded.client.port.address cover default hostname Run completed in 952 milliseconds. Total number of tests run: 3 Suites: completed 2, aborted 0 Tests: succeeded 1, failed 2, canceled 0, ignored 0, pending 0 *** 2 TESTS FAILED *** ``` ### Kyuubi Engine Log Output _No response_ ### Kyuubi Server Configurations _No response_ ### Kyuubi Engine Configurations _No response_ ### Additional context _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
