Re: useColdSearcher in SolrCloud config

2013-11-24 Thread Erick Erickson
bq: For example, what if the leader could give a list of queries/filters currently in the cache which could then be executed on the replica? How is the better than each replica firing off its own warming queries for its caches etc? Each replica may well fire different autowarm queries since there'

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shawn Heisey
On 11/23/2013 4:20 AM, Shalin Shekhar Mangar wrote: > As you said, loading caches from the caches of another server is not > feasible but there is some merit in warming with the queries of the > leader. For example, what if the leader could give a list of > queries/filters currently in the cache wh

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shalin Shekhar Mangar
On Fri, Nov 22, 2013 at 6:57 PM, Erick Erickson wrote: > bq: If a new SOLR server > > No. Apart from any ugly details about caches and internal > doc IDs, you'd have to pull the caches over the wire to the > new machine, and the caches could well be gigabytes in size. > This is almost certainl

Re: useColdSearcher in SolrCloud config

2013-11-22 Thread Bill Bell
Wouldn't that be true means use cold searcher? It seems backwards to me... Sent from my iPad > On Nov 22, 2013, at 2:44 AM, ade-b wrote: > > Hi > > The definition of useColdSearcher config element in solrconfig.xml is > > "If a search request comes in and there is no current registered search

Re: useColdSearcher in SolrCloud config

2013-11-22 Thread Erick Erickson
bq: By the term 'block', I assume SOLR returns a non 200 Pretty sure not. The query just waits around in the queue in the server until the searcher is done warming, then the search is executed and results returned. bq: If a new SOLR server No. Apart from any ugly details about caches and int