chia7712 commented on PR #17426: URL: https://github.com/apache/kafka/pull/17426#issuecomment-2496166279
@mjsax it seems that is a JDK issue (https://bugs.openjdk.org/browse/JDK-8193214), and the fix is backported to `11.0.13`. I check the build on 11.0.13 and it works. ``` BUILD SUCCESSFUL in 15m 18s 561 actionable tasks: 561 executed root@1f5e165f48b1:/kafka# cd kafka/^C root@1f5e165f48b1:/kafka# java -version openjdk version "11.0.13" 2021-10-19 LTS OpenJDK Runtime Environment Zulu11.52+13-CA (build 11.0.13+8-LTS) OpenJDK 64-Bit Server VM Zulu11.52+13-CA (build 11.0.13+8-LTS, mixed mode) root@1f5e165f48b1:/kafka# ``` -- 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]
