Re: Max http connections in CloudSolrServer

2013-04-22 Thread J Mohamed Zahoor
On 18-Apr-2013, at 9:43 PM, Shawn Heisey wrote: > Are you using the Jetty included with Solr, or a Jetty installed separately? I am using the Jetty that comes with Solr. > The Jetty included with Solr has a maxThreads value of 1 in its config. > The default would be closer to 200, an

Re: Max http connections in CloudSolrServer

2013-04-18 Thread Shawn Heisey
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 1 in

Re: Max http connections in CloudSolrServer

2013-04-18 Thread J Mohamed Zahoor
I dont yet know if this is the reason... I am looking if jetty has some limit on accepting connections.. ./zahoor On 18-Apr-2013, at 12:52 PM, J Mohamed Zahoor wrote: > > Thanks for this. > The reason i asked this was.. when i fire 30 queries simultaneously from 30 > threads using the same

Re: Max http connections in CloudSolrServer

2013-04-18 Thread J Mohamed Zahoor
Thanks for this. The reason i asked this was.. when i fire 30 queries simultaneously from 30 threads using the same CloudSolrServer instance, some queries gets fired after a delay.. sometime the delay is 30-50 seconds... In solr logs i can see.. 20+ queries get fired almost immediately... but s

Re: Max http connections in CloudSolrServer

2013-04-17 Thread Shawn Heisey
On 4/17/2013 3:21 PM, Chris Hostetter wrote: I think the name comes from the effect it has on the underlying HttpClient code ... it's possible to configure a HttpConnectionManager such that it has different number of max connections per host -- ie: host1 has max connections of 23, host2 has max c

Re: Max http connections in CloudSolrServer

2013-04-17 Thread Chris Hostetter
: Side issue: shouldn't that be setMaxConnectionsPerHost instead of including : the word Default? If there's no objection, I would plan on adding the renamed : method and using a typical deprecation procedure for the old one. I think the name comes from the effect it has on the underlying HttpCl

Re: Max http connections in CloudSolrServer

2013-04-17 Thread Shawn Heisey
On 4/17/2013 3:46 AM, J Mohamed Zahoor wrote: Hi I am pumping parallel select queries using CloudSolrServer. It looks like it can handle only certain no of max connections... my Question is, How many concurrent queries does a CloudSolrServer can handle? Looking into the code for 4.x versions

Max http connections in CloudSolrServer

2013-04-17 Thread J Mohamed Zahoor
Hi I am pumping parallel select queries using CloudSolrServer. It looks like it can handle only certain no of max connections... my Question is, How many concurrent queries does a CloudSolrServer can handle? An old thread tries to answer this by asking to give our own instance of LBHttpSolrSe