Hi, `Pinot Quickstart on JDK 15-ea` is failing for...
# troubleshooting
j
Hi,
Pinot Quickstart on JDK 15-ea
is failing for my pr (which only change log messages). Seems like the test is running java 16 instead of 15:
JAVA_HOME_16.0.0_x64=/opt/hostedtoolcache/jdk/16.0.0/x64
. Any idea how to fix this? The pr test link for reference: https://github.com/apache/incubator-pinot/pull/6684/checks?check_run_id=2124725931
x
Rerun the test doesn’t help?
j
I changed one line, and rebase the pr which trigger the test again, but it's still running jdk 16.
x
I saw it’s failing for other PR as well
guess the issue is on github action side
j
I see. Thanks.
FYI: ^^ @Jack
j
sorry I have no context on this issue in apache pinot repo though..
One thing worthy to try is to use java 15 GA version instead of EA: https://github.com/apache/incubator-pinot/pull/6687
Build passes. @Xiang Fu@jiatao we should be good to go with that changes now 👆
x
👍
j
@Jack Thanks!
c
Is there a special branch for building this on JDK 15? I couldn’t get it to build
j
The fix from Jack has been merged to master. I rebased my pr and it's building with JDK 15 now.