Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-12 Thread Jaikit Savla
Yes - I can but I would need couple of days. Once I am done, I will let you know the results and logs. Thanks On Thursday, April 11, 2013 3:32 AM, Oleg Kalnichevski o...@ok2consulting.com wrote: Jaikit Savla jai...@yahoo-inc.com wrote: Hi Oleg, Thanks for suggestion. I enabled context

Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-11 Thread Oleg Kalnichevski
Jaikit Savla jai...@yahoo-inc.com wrote: Hi Oleg, Thanks for suggestion. I enabled context logging and I ran 2 set of tests. One with connectionPerService set to 512 and another set to just 1 Case1: ConnectionsPerService: 512, TotalConnections: 12288 2013-04-11 00:39:31 DefaultHttpAsyncClient

Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-10 Thread Jaikit Savla
Adding some more details: Total Request per second: 250  (hitting 19 hosts) Also I am using default IOReactorConfig which has default socket timeout and connection timeout which according to documentation is value for non blocking operation. However I do set HttpParams in AsynClient        

Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-10 Thread Oleg Kalnichevski
On Tue, 2013-04-09 at 20:53 -0700, Jaikit Savla wrote: My bad.. I pasted Ning client's initialization. Please find below Apache Httpclient initialization. PoolingClientAsyncConnectionManager connectionManager; try { // Set up the scheme AsyncSchemeRegistry ymailRegistry =

Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-10 Thread Jaikit Savla
Hi Oleg, Thanks for suggestion. I enabled context logging and I ran 2 set of tests. One with connectionPerService set to 512 and another set to just 1 Case1: ConnectionsPerService: 512, TotalConnections: 12288 2013-04-11 00:39:31 DefaultHttpAsyncClient [DEBUG] [exchange: 322920] Request

AysncHttpclient TimeoutException after 2 days of running

2013-04-09 Thread Jaikit Savla
Hello, I am using Aysnc Httpclient with total of  12000 connections and 512 connection per host. The client works fine for around 2 days and after that all the request fail with below exception.  Any one have any clue on how to debug this ? Looks like a leak of connections to me. Any

Re: AysncHttpclient TimeoutException after 2 days of running

2013-04-09 Thread Jaikit Savla
My bad.. I pasted Ning client's initialization. Please find below Apache Httpclient initialization.  PoolingClientAsyncConnectionManager connectionManager; try {     // Set up the scheme     AsyncSchemeRegistry ymailRegistry = AsyncSchemeRegistryFactory.createDefault();