Re: timeout when create alias

2014-06-07 Thread lansing
Thank you for your reply. -- View this message in context: http://lucene.472066.n3.nabble.com/timeout-when-create-alias-tp4140437p4140568.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: timeout when create alias

2014-06-06 Thread Shalin Shekhar Mangar
Yes, a collection API can timeout particularly when a long running collection operation is running. The collection API tasks are executed serially right now so new tasks get stuck behind an old one until it completes. This is going to change in the next release (4.9) with SOLR-5681 which makes the