RE: Resource contention problem in Solrj

2007-12-18 Thread Will Johnson
getConnectionManager() { return _connectionManager; } - will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Monday, December 17, 2007 9:18 PM To: solr-dev@lucene.apache.org Subject: Re: Resource contention problem in Solrj Excellent! Thanks

Re: Resource contention problem in Solrj

2007-12-18 Thread Ryan McKinley
climbingrose wrote: There seems to be resource contention problem with Solrj under load. To reproduce the problem: set up a sample webapp with solrj connect to a HTTP Solr instance and hammer the webapp with Apache ab (say 10 concurrent connection with 100 requests). You'll notice

Re: Resource contention problem in Solrj

2007-12-18 Thread Yonik Seeley
On Dec 18, 2007 9:50 AM, Ryan McKinley [EMAIL PROTECTED] wrote: perhaps we should increase the default maxConnectionsPerHost. 10? We should also add some comment about setting it? Yes, we should definitely change the default (probably higher... 32 or 64?). The total max connections should be

Re: Resource contention problem in Solrj

2007-12-18 Thread Ryan McKinley
Yonik Seeley wrote: On Dec 18, 2007 9:50 AM, Ryan McKinley [EMAIL PROTECTED] wrote: perhaps we should increase the default maxConnectionsPerHost. 10? We should also add some comment about setting it? Yes, we should definitely change the default (probably higher... 32 or 64?). The total max

Re: Resource contention problem in Solrj

2007-12-18 Thread climbingrose
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Monday, December 17, 2007 9:18 PM To: solr-dev@lucene.apache.org Subject: Re: Resource contention problem in Solrj Excellent! Thanks for diagnosing this! -Yonik On Dec 17, 2007 9:00 PM, climbingrose

Resource contention problem in Solrj

2007-12-17 Thread climbingrose
There seems to be resource contention problem with Solrj under load. To reproduce the problem: set up a sample webapp with solrj connect to a HTTP Solr instance and hammer the webapp with Apache ab (say 10 concurrent connection with 100 requests). You'll notice that the webapp's servlet container

Re: Resource contention problem in Solrj

2007-12-17 Thread Yonik Seeley
Excellent! Thanks for diagnosing this! -Yonik On Dec 17, 2007 9:00 PM, climbingrose [EMAIL PROTECTED] wrote: There seems to be resource contention problem with Solrj under load. To reproduce the problem: set up a sample webapp with solrj connect to a HTTP Solr instance and hammer the webapp