Re: Solr went on recovery multiple time.

2015-04-21 Thread sthita
After changing zookeeper time out from 10sec to 45/50 sec and monitoring for a long time i can observe servers went on recovery multiple times, but the Exceptions are some what different : INFO - 2015-04-22 09:02:47.943; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.co

Re: Solr went on recovery multiple time.

2015-04-01 Thread William Bell
I would give it 32GB of RAM. And try to use SSD. On Tue, Mar 31, 2015 at 12:50 AM, sthita wrote: > Hi Bill, My index size is around 48GB and contains around 8 million > documents. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-went-on-recovery-multiple-time-

Re: Solr went on recovery multiple time.

2015-03-30 Thread sthita
Hi Bill, My index size is around 48GB and contains around 8 million documents. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-went-on-recovery-multiple-time-tp4196249p4196504.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr went on recovery multiple time.

2015-03-30 Thread William Bell
How big is your index? -Xmx6g is pretty small in general. On Mon, Mar 30, 2015 at 7:20 PM, sthita wrote: > Thanks Erick for the reply. These are the configurations. > > 1.Solr servers count : 4 (1 master , 3 slaves) > 2.My initial and maximum memory allocations to each solr servers are : > -Xms5

Re: Solr went on recovery multiple time.

2015-03-30 Thread sthita
Thanks Erick for the reply. These are the configurations. 1.Solr servers count : 4 (1 master , 3 slaves) 2.My initial and maximum memory allocations to each solr servers are : -Xms5g -Xmx6g 3. 5 running zookeepers 4. My index size in each solr server around: 48GB 5. Every sec merger add/delete 5

Re: Solr went on recovery multiple time.

2015-03-30 Thread Erick Erickson
Sometimes happens when your zookeeper timeout is short (the 15 second timeout has been too short) and you hit a GC pause that is longer. Try lengthening your ZK timeout to 45 or 60 seconds. It would help if you told us about your setup, memory allocated to Solr, all that stuff, see: http://wiki.a