[
https://issues.apache.org/jira/browse/HTTPCLIENT-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alf Høgemark updated HTTPCLIENT-1236:
-------------------------------------
Attachment: 1236.txt
Suggested patch, changing the text for the exception
> 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
> Attachments: 1236.txt
>
>
> 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]