Alf Høgemark created HTTPCLIENT-1236:
----------------------------------------

             Summary: Change exception message when timeout getting connection 
from pool
                 Key: HTTPCLIENT-1236
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1236
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpClient
            Reporter: Alf Høgemark
            Priority: Minor


I experienced a situation where the connection pool could not open any more 
connections, and then I got a timeout exception. My server logs only displayed 
the exception message, so I only saw :
"Timeout waiting for connection".
Because there were also some slight network problems, I originally believed 
that the exception was caused by the "Connection timeout period" set on the 
http connection had passed, and that the server I tried to reach had not 
accepted the connection quickly enough.

But later on I figured out it was the connection pool.

So I suggest to change the exception message from :
"Timeout waiting for connection"
to
"Timeout waiting for connection from pool"

to make it clear that it is a pool timeout and not a network connect timeout.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to