On 4/18/2013 6:42 AM, J Mohamed Zahoor wrote:
I dont yet know if this is the reason... I am looking if jetty has some limit on accepting connections..
Are you using the Jetty included with Solr, or a Jetty installed separately? The Jetty included with Solr has a maxThreads value of 10000 in its config. The default would be closer to 200, and a single request from a Cloud client likely uses multiple Jetty threads.
Thanks, Shawn