On 10/26/22 02:17, Alex The Rocker wrote:
Is this bug with Solr with Java 17 specific to HotSpot-based JVMs ?
FYI I'm running Solr 8.11.2 in production for a while with IBM Semeru
17 (based on OpenJ9 JVM) on CentOS 7.9 x64, and I have not observed
such crashes.
Good question, which Jan seems t
I believe it is a hotspot JIT compiler specific bug.
Jan Høydahl
> 26. okt. 2022 kl. 10:18 skrev Alex The Rocker :
>
> Hello,
>
> Is this bug with Solr with Java 17 specific to HotSpot-based JVMs ?
>
> FYI I'm running Solr 8.11.2 in production for a while with IBM Semeru
> 17 (based on OpenJ9
Hello,
Is this bug with Solr with Java 17 specific to HotSpot-based JVMs ?
FYI I'm running Solr 8.11.2 in production for a while with IBM Semeru
17 (based on OpenJ9 JVM) on CentOS 7.9 x64, and I have not observed
such crashes.
Alex
Le mar. 25 oct. 2022 à 10:32, Jan Høydahl a écrit :
>
> Severa
Several users running Solr in production on OpenJDK 17 or later have
experienced JVM crashes due to a known bug in the JDK. Read more about the bug
in SOLR-16463[1].
Known mitigations are to either downgrade to JDK 11 or to start Solr with a
Java startup flag that avoids the failure condition.