Re: Solr Restart - Query during warming query leads to exception

2011-07-01 Thread Chris Hostetter

: when I restart my solr server it performs two warming queries.
: When a request occures within this there is an exception and always
: exceptions until i restart solr.

what type of request?
what is the initial exception?
what are the subsequent exceptions until restart?
what do the logs looks like, starting with the first exception, until you 
restart?

: Does anybody have an advice for a solution?

hard to give advice when you haven't actually shown any evidence of the 
problem.  


-Hoss


Solr Restart - Query during warming query leads to exception

2011-07-01 Thread Thomas Schmidt
Hi,
when I restart my solr server it performs two warming queries.
When a request occures within this there is an exception and always
exceptions until i restart solr.

Logfile:
INFO: Added SolrEventListener:
org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10},
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from
solrconfig.xml}]}
INFO: Added SolrEventListener:
org.apache.solr.core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10},
{q=static firstSearcher warming query from solrconfig.xml}]}

Is this a known problem?
Does anybody have an advice for a solution?

Thanks
T.

solrconfig.xml:

  


  
 solr 0 10 
 rocks 0 10 
static newSearcher warming query from
solrconfig.xml
  




  
 fast_warm 0 10 
static firstSearcher warming query from
solrconfig.xml
  



false


2