Re: Solr Autowarmed queries on jvm crash

2013-11-27 Thread michael.boom
, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autowarmed-queries-on-jvm-crash-tp4103451p4103466.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Autowarmed queries on jvm crash

2013-11-26 Thread Prasi S
Hi, What happens to the autowarmed queries if the servers is shutdown / jvm crashes. Is there any possibility to recover that from the physical storage ( trasaction log?) Thanks, Sinduja

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Shawn Heisey
On 11/26/2013 11:15 PM, Prasi S wrote: What happens to the autowarmed queries if the servers is shutdown / jvm crashes. Is there any possibility to recover that from the physical storage ( trasaction log?) The transaction log only contains data that is sent to Solr for indexing. Cached

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Prasi S
Thanks Shawn for the reply. In that case, when the system is restarted, a new searcher would be opened? It cannot populate from its previous searchers? I may be wrong here, but i wanted to confirm. Thanks, Prasi On Wed, Nov 27, 2013 at 12:04 PM, Shawn Heisey s...@elyograg.org wrote: On

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Shawn Heisey
On 11/26/2013 11:49 PM, Prasi S wrote: Thanks Shawn for the reply. In that case, when the system is restarted, a new searcher would be opened? It cannot populate from its previous searchers? I may be wrong here, but i wanted to confirm. There are no previous searchers when Solr first

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Prasi S
Ok. i have started solr for the first time and have autowarmed few queries. Now my jvm crashes due to some other reason . Then i restart solr. What would happen to the autowarmed queries , cache , old searcher now. Thanks, Prasi On Wed, Nov 27, 2013 at 12:32 PM, Shawn Heisey s...@elyograg.org