Re: [ANNOUNCE] Java 17 bug affecting Solr

2022-10-27 Thread Shawn Heisey
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

Re: [ANNOUNCE] Java 17 bug affecting Solr

2022-10-26 Thread Jan Høydahl
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

Re: [ANNOUNCE] Java 17 bug affecting Solr

2022-10-26 Thread 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 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

[ANNOUNCE] Java 17 bug affecting Solr

2022-10-25 Thread Jan Høydahl
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.