Re: In production solr cloud 4.6 is not working

2020-01-11 Thread Erick Erickson
15 second full GC pauses are far too long. I’d recommend you concentrate on sizing your hardware/heap setting to minimize the full GC pauses. Here’s a good place to start: https://cwiki.apache.org/confluence/display/SOLR/ShawnHeisey Best, Erick > On Jan 11, 2020, at 9:14 AM, Rajdeep Sahoo wrot

Re: remote debugging for docker solr

2020-01-11 Thread Martijn Koster
I think you may have a quoting issue there: remove those inner ones. Not that it should matter in this instance. I’m not sure why you’re using “start”, which will run solr in the background, or what you expect to happen after the wait-for-solr.sh — if it all worked as you expected that would wai

Re: In production solr cloud 4.6 is not working

2020-01-11 Thread Rajdeep Sahoo
Nodes were busy with full Gc over 15 sec. In solr console it was showing no server hosting shard,status code 500. In solr log the same error was there i.e. solrexception: No server hosting shard. Apart from this,in the zoo console it was showing recovery failing status of the nodes. Thanks in adv

Re: In production solr cloud 4.6 is not working

2020-01-11 Thread Erick Erickson
You’ve provided no details, nor relayed any findings from looking at the Solr logs. In short, there’s not enough information here to provide any helpful response. Full GCs are normal, but if they’re long enough to exceed certain timeouts, they can trigger recoveries. Solr 4.6 had a number of condi