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 to have answered.
Lucene (the search API that provides most of Solr's functionality) has
had known bugs with IBM J9 Java in the past. These were a problem
because of one or more of the speed optimizations that the IBM JVM
enables. I have no idea whether those bugs still affects current
versions or not. If it were me, I wouldn't risk it. But if you're
running without problems, yay.
Thanks,
Shawn