What Solr version?

Are you mixing deletes and adds?

Do you have more than one shard for a collection per machine? ie are you 
oversharding?

Can you post the stack traces (using jstack, or jconsolr, or visualvm, or…)?


- Mark


On Mar 11, 2013, at 11:39 AM, yriveiro <yago.rive...@gmail.com> wrote:

> Hi,
> 
> I have the next issue:
> 
> I have a collection with a leader and a replica, both are synchronized.
> 
> When I try to index data to this collection I have a timeout error (the
> output is python):
> 
> (<class 'requests.exceptions.Timeout'>,
> Timeout(TimeoutError("HTTPConnectionPool(host='192.168.20.50', port=8983):
> Request timed out. (timeout=60.0)",),), <traceback object at
> 0x7f64c033b908>)
> 
> Now, I can't index any document to this collection because I have always the
> timeout error.
> 
> In the tomcat I have about 100 thread stuck, 
> 
> S     11393624 ms     0 KB    30 KB   192.168.20.47   192.168.20.50   POST
> /solr/ST-4A46DF1563_0612/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F192.168.20.48%3A8983%2Fsolr%2FST-4A46DF1563_0612%2F&wt=javabin&version=2
> HTTP/1.1
> 
> Someone have any idea that what can be happening and why I can't index any
> document to the collection?
> 
> 
> 
> -----
> Best regards
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/SolrCloud-index-timeout-tp4046348.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to