Re: Java Upgrade process

2023-12-14 Thread Shawn Heisey
On 12/13/23 01:15, Jim Morgan wrote: So, just as a follow up, I'm going to post my BEFORE and AFTER solr.in.sh configs in case I've removed anything vital. Any comments welcome, as they don't really mean much to me. === BEFORE SOLR_HEAP="8000m" GC_LOG_OPTS="-verbose:gc -XX:+PrintHeapAtGC -X

Re: Java Upgrade process

2023-12-13 Thread Jim Morgan
port >> to come up. >> >> what does the actual solr log file (written by the java process) say? >> >> >> https://solr.apache.org/guide/solr/latest/deployment-guide/taking-solr-to-production.html#log-settings >> >> : Date: Tue, 12 Dec 2023 10:57:37 +0800 &

Re: Java Upgrade process

2023-12-13 Thread Jim Morgan
.org/guide/solr/latest/deployment-guide/taking-solr-to-production.html#log-settings > > : Date: Tue, 12 Dec 2023 10:57:37 +0800 > : From: Jim Morgan > : Reply-To: users@solr.apache.org > : To: users@solr.apache.org > : Subject: Re: Java Upgrade process > : > : Fair point Chris, I should

Re: Java Upgrade process

2023-12-12 Thread Chris Hostetter
57:37 +0800 : From: Jim Morgan : Reply-To: users@solr.apache.org : To: users@solr.apache.org : Subject: Re: Java Upgrade process : : Fair point Chris, I should have included log info in the original post. : So in the solr logs, nothing at all. I think because solr doesn't get to : the point o

Re: Java Upgrade process

2023-12-12 Thread Shawn Heisey
On 12/10/23 20:36, Jim Morgan wrote: Now we're looking at java. Its currently running on openjdk-8. I've tried upgrading to openjdk-11 and openjdk-13. The process, as this is Ubuntu is basically. Don't use Java 13. It is a non-LTS release. Non-LTS releases are only supported for 6 months, so

Re: Java Upgrade process

2023-12-11 Thread Jim Morgan
Fair point Chris, I should have included log info in the original post. So in the solr logs, nothing at all. I think because solr doesn't get to the point of starting. In syslog I have - Dec 11 06:35:08 server solr[6822]: Waiting up to 180 seconds to see Solr running on port 8983 [|] #010#

Re: Java Upgrade process

2023-12-11 Thread Chris Hostetter
can you be more specific about " It just waits and eventually fails after about 2 minutes." ... what message does it print to the consolr? what does the solr log file say? : Date: Mon, 11 Dec 2023 11:36:15 +0800 : From: Jim Morgan : Reply-To: users@solr.apache.org : To: users@solr.apache.o

Re: Java Upgrade process

2023-12-11 Thread Alex The Rocker
Hi, I'm using Solr 8.11 latest with Java 17 (more precisely IBM Semeru 17 on Linux x64) for more than 1 year ; it's running seamlessly on a 3 machines mini-cluster, for the needs of our real-time index. I don't recall having any issues (previously I was running with Java 11, still IBM Semeru's...)

Re: Java Upgrade process

2023-12-11 Thread Dmitri Maziuk
On 12/10/23 21:36, Jim Morgan wrote: Any ideas what's going on here? ISTR something about not using java 13 with Solr 8? Anyway, FWIW 8.11 is working fine here on JDK 11 (Amazon Corretto build). Dima