Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread adityab
thanks Shawn, I will try both the approach. -- View this message in context: http://lucene.472066.n3.nabble.com/Server-stops-at-Opening-Searcher-in-4-1-tp4037458p4037499.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread Shawn Heisey
On 1/30/2013 11:48 AM, adityab wrote: thanks Shawn, We use Master-Slave architecture in Prod and planning to continue even with 4.1. Our indexing usually happens on Master. and we about 10K docs every 2hrs and then perform commit. Our full re-index is only when we have schema change. So we dont u

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread adityab
thanks Shawn, We use Master-Slave architecture in Prod and planning to continue even with 4.1. Our indexing usually happens on Master. and we about 10K docs every 2hrs and then perform commit. Our full re-index is only when we have schema change. So we dont use auto commit. Is there a way to t

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread Shawn Heisey
On 1/30/2013 11:21 AM, adityab wrote: Shawn, i believe your point is valid ... if you see below my tlog.* file size is huge. Bu shouldn't that be cleared if i am not using soft commit and do an explicit hard commit? After deleting this i was able to get my server up. Thanks for the information/h

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread adityab
Shawn, i believe your point is valid ... if you see below my tlog.* file size is huge. Bu shouldn't that be cleared if i am not using soft commit and do an explicit hard commit? After deleting this i was able to get my server up. Thanks for the information/help. Also pleae let me know how to avoi

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread adityab
Thanks for additional information Shawn, I am testing 4.1 on single machine sing core. so no cloud. I did change NRTCachingDirectoryFactory to MMapDirectoryFactory and after indexing all the document we do a hard commit explicitly from our publisher client. I was able to run queries to verify my

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread adityab
thanks Jack, I did take the latest solrconfig.xml file. The only change i made to the file is for using MMapDirectory Apart from that i increased the cache size for query/document/filter all warm-up set to 0 (for test) -- View this message in context: http://lucene.472066.n3.nabble.com

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread Shawn Heisey
On 1/30/2013 10:31 AM, Jack Krupansky wrote: Do you have any customized settings for , warming queries, or customized settings for the old/deprecated or ? Try using the settings from the latest solrconfig.xml and then customize from there. Or at least see how they are different. Jack, Is ther

Re: Server stops at Opening Searcher in 4.1

2013-01-30 Thread Jack Krupansky
Do you have any customized settings for , warming queries, or customized settings for the old/deprecated or ? Try using the settings from the latest solrconfig.xml and then customize from there. Or at least see how they are different. -- Jack Krupansky -Original Message- From: adity