On Fri, Feb 20, 2009 at 10:32 AM, jdleider <nab...@justinleider.com> wrote:
> However when i try to /select using
> this shards param in the solrconfig.xml the query just hangs.

The basic /select url should normally not have shards set as a
default... this will cause infinite recursion when the top level
searcher sends requests to the sub-searchers until you exhaust all
threads and run into a distributed deadlock.  Set up another handler
with the default shards param instead.

-Yonik
Lucene/Solr? http://www.lucidimagination.com

Reply via email to