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.
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