-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] NetworkServiceTests.testPublishAnyLocalV4 failed on Java 14 #49914
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
Pinging @elastic/es-distributed (:Distributed/Network) |
This looks similar to issues we've seen before with interfaces disappearing. #41758 was intended to fix it for most cases where we use localhost, however this test is trying to resolve all IPv4 addresses to figure out which address to list as the publish address. |
A similar failure happened in an intake build, https://gradle-enterprise.elastic.co/s/vw6wryxk4g464.
|
NetworkServiceTests.testPublishAnyLocalV4
failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=openjdk14,nodes=general-purpose/370/consoleIt is interesting that the runtime Java here is Java 14, which is not yet released, "Runtime JDK Version : 13 (Oracle Corporation 14-ea [OpenJDK 64-Bit Server VM 14-ea+25-1178])" to be precise.
The error was:
The REPRO command is:
This doesn't reproduce using Java 12 as the runtime Java, so I am guessing it's related to Java 14. I'm not sure if this is something that needs to be fixed in the networking code, the Java 14 code or our CI worker setup, so pinging both teams initially for awareness.
The text was updated successfully, but these errors were encountered: