zabetak opened a new pull request, #5939: URL: https://github.com/apache/hive/pull/5939
### Why are the changes needed? The CI/JVM hang was caused by [JDK-8315422](https://bugs.openjdk.org/browse/JDK-8315422) but now CI is running on JDK 21.0.7+6-LTS so the problem no longer affects this branch. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? 1. Downloaded Zulu JDK 21.0.7+6 that is used in CI and set JAVA_HOME to point to it 2. Cloned https://github.com/zabetak/testcontainers-tls-hang-issue-10454 3. Run `for i in {1..100}; do mvn clean test; done` and confirmed it always pass 4. Setup Docker with TLS locally (using Docker-in-Docker) and run the problematic test ``` mvn test -Dtest=TestHttpSamlAuthentication.java -Pitests -pl itests/hive-unit ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org