Re: Using SolrCloud for update often lose response and get 503 error

2012-11-21 Thread Mark Miller
Have you looked at the logs? - Mark On Nov 21, 2012, at 1:07 AM, Qun Wang wrote: > Hello, > > Does anyone get the error of 503 when update by using SolrCloud? In my test I > found that if update too frequency Solr often get 503 error and all servers > inaccessible. Could someone provide any

Re: Using SolrCloud for update often lose response and get 503 error

2012-11-20 Thread Otis Gospodnetic
Hi 200 threads sounds excessive. Maybe you are DOSing your Solr cluster. Try with fewer threads and increase until you get to the point of diminishing returns. You may simply be consuming all available container threads, which you could increase, but that may not make indexing any faster. Otis