Re: Solr 9.2.1: Creation of Core "Hangs"

2023-10-11 Thread Pieper, Stefan
Hi Kevin, good point and I am not really sure about how “disable.configEdit” is set in our setup, but with it being set and the directory not being writable deliberately, the log message would still appear, see https://issues.apache.org/jira/browse/SOLR-15375. The message happens with each cor

Re: Timeout on LTR query causing out of memory

2023-10-11 Thread rajani m
Hi Shawn, Thank you for looking into this. I have updated the jira with further investigation https://issues.apache.org/jira/browse/SOLR-17018. Please take a look and let me know what you all think. On Mon, Oct 9, 2023 at 2:22 PM Shawn Heisey wrote: > On 10/8/23 18:24, rajani m wrote: > > I ha

quoting/escaping of literal values in SOLR_OPTS ?

2023-10-11 Thread Chris Hostetter
my bash-fu isn't that great, but AFAICT the way SOLR_OPTS is used in bin/solr breaks on any attempt i can think of to quote/escape any jvm args included in the SOLR_OPTS env variable. Am i missing something, or is this a bug? (see examples below) -Hoss http://www.lucidworks.com/ hossman@

Re: quoting/escaping of literal values in SOLR_OPTS ?

2023-10-11 Thread Ishan Chattopadhyaya
SOLR_OPTS='-XX:-UseLargePages -Dfoo=bar -Dyak="white space"' ./solr/packaging/build/dev/bin/solr start -V -f Does this work? On Thu, 12 Oct, 2023, 6:08 am Chris Hostetter, wrote: > > my bash-fu isn't that great, but AFAICT the way SOLR_OPTS is used in > bin/solr breaks on any attempt i can thin