Re: Solr fails to start with G1 GC

2020-07-18 Thread Ishan Chattopadhyaya
Try using haveged for your entropy problem. On Thu, 16 Jul, 2020, 10:20 pm Walter Underwood, wrote: > Instead of editing bin/solr, you should be able to set GC_TUNE in > solr.in.sh, as I showed in my post below. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.o

Re: Solr fails to start with G1 GC

2020-07-16 Thread Walter Underwood
Instead of editing bin/solr, you should be able to set GC_TUNE in solr.in.sh, as I showed in my post below. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 16, 2020, at 7:52 AM, krishan goyal wrote: > > The issue was figured out by starting sol

Re: Solr fails to start with G1 GC

2020-07-16 Thread krishan goyal
The issue was figured out by starting solr with the -f parameter which starts solr in foreground and provides the errors if any Got an error - "Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed" Turns out bin/solr file starts with CM

Re: Solr fails to start with G1 GC

2020-07-15 Thread Walter Underwood
I don’t see a heap size specified, so it is probably trying to run with a 512 Megabyte heap. That might just not work with the 32M region size. Here are the options we have been using for 3+ years on about 150 hosts. SOLR_HEAP=8g # Use G1 GC -- wunder 2017-01-23 # Settings from https://wiki.apac

Re: Solr fails to start with G1 GC

2020-07-15 Thread Erick Erickson
Well, the first thing I’d do is not use _any_ options. Just bin/solr start. If that works, try adding things in. -Denable.master and -Denable.slave are specifically for the old master/slave architecture. Is that your intent? At any rate, leave them out at first. Second, there’s not much heap allo