Re: Replica is going into recovery in Solr 6.1.0

2020-02-14 Thread Walter Underwood
; Sent: Friday, February 14, 2020 4:00 AM > To: solr-user@lucene.apache.org > Subject: Re: Replica is going into recovery in Solr 6.1.0 > > What Walter said. Also, you _must_ leave quite a bit of free RAM for the OS > due to Lucene using MMapDirectory space, see: > > https://b

Re: Replica is going into recovery in Solr 6.1.0

2020-02-13 Thread vishal patel
X:+PrintTenuringDistribution -XX:ThreadStackSize=256 -XX:+UseG1GC >> -XX:-UseLargePages -XX:-UseLargePagesIndividualAllocation >> -XX:+UseStringDeduplication >> >> Sent from Outlook<http://aka.ms/weboutlook> >> >> From: Raj

Re: Replica is going into recovery in Solr 6.1.0

2020-02-13 Thread Erick Erickson
n -XX:ThreadStackSize=256 -XX:+UseG1GC >> -XX:-UseLargePages -XX:-UseLargePagesIndividualAllocation >> -XX:+UseStringDeduplication >> >> Sent from Outlook<http://aka.ms/weboutlook> >> >> From: Rajdeep Sahoo >> Sent: Thurs

Re: Replica is going into recovery in Solr 6.1.0

2020-02-13 Thread Walter Underwood
> -XX:-UseLargePagesIndividualAllocation -XX:+UseStringDeduplication > > Sent from Outlook<http://aka.ms/weboutlook> > > From: Rajdeep Sahoo > Sent: Thursday, February 13, 2020 10:03 AM > To: solr-user@lucene.apache.org > Subject: Re: Replica is going into

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
What GC are you using? -- G1GC Sent from Outlook<http://aka.ms/weboutlook> From: Walter Underwood Sent: Thursday, February 13, 2020 11:09 AM To: solr-user@lucene.apache.org Subject: Re: Replica is going into recovery in Solr 6.1.0 Your JVM had very

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
:+UseStringDeduplication Sent from Outlook<http://aka.ms/weboutlook> From: Rajdeep Sahoo Sent: Thursday, February 13, 2020 10:03 AM To: solr-user@lucene.apache.org Subject: Re: Replica is going into recovery in Solr 6.1.0 What is your memory configuration On Thu, 13 Feb

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread Walter Underwood
Your JVM had very bad GC trouble. The 5 second GCs were enough to cause problems. The one minute GC is really, really bad. I’m not surprised the replica went down. Look at the graphs for memory usage in the new and old spaces. It looks like it ran out. Maybe the heap is too small, but it might

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread Rajdeep Sahoo
What is your memory configuration On Thu, 13 Feb, 2020, 9:46 AM vishal patel, wrote: > Is there anyone looking at this? > > Sent from Outlook > > From: vishal patel > Sent: Wednesday, February 12, 2020 3:45 PM > To: solr-user@lucene.apa

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
Is there anyone looking at this? Sent from Outlook From: vishal patel Sent: Wednesday, February 12, 2020 3:45 PM To: solr-user@lucene.apache.org Subject: Replica is going into recovery in Solr 6.1.0 I am using solr version 6.1.0, Java 8