Re: CLUSTERSTATUS timeout

2015-05-29 Thread Joseph Obernberger
I'm also getting this error with 5.1.0 and a 27 shard setup. null:org.apache.solr.common.SolrException: CLUSTERSTATUS the collection time out:180s at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:740) at org.apache.solr.handler.admin.Collection

Re: CLUSTERSTATUS timeout

2014-12-17 Thread adfel70
Hi Jonathan, We are having the exact same problem with Solr 4.8.0. Did you manage to resolve this one? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/CLUSTERSTATUS-timeout-tp4173224p4174741.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: CLUSTERSTATUS timeout

2014-12-09 Thread Shalin Shekhar Mangar
Hi Jonathan, That shouldn't happen. The API returns the answer from the Overseer node (via ZK) and should return immediately. The API will timeout after 180s if somehow it cannot get a response from Overseer. I don't see why it would timeout. What's the read timeout on your monitoring system? Abo