apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.53k stars 3.71k forks source link

Use jfr-profiler for JDK 17 tests only. #17418

Closed gianm closed 1 month ago

gianm commented 1 month ago

Currently the jfr-profiler jar is loaded for JDK 17 and higher. This patch changes it to only run for JDK 17. This may improve the stability of JDK 21 unit tests.

gianm commented 1 month ago

Still seeing segfaults on jdk 21, so this doesn't help. Closing.