[
https://issues.apache.org/jira/browse/HTTPCLIENT-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285154#comment-17285154
]
Romain Manni-Bucau commented on HTTPCLIENT-2024:
------------------------------------------------
Hi,
Any hope this bug gets fixed? It happens quite commonly - still through camel -
with the HttpServer from the server and other standard java clients work well
(java 11 HttpClient, HttpUrlConnection, OkHttp, async-http-client for the ones
I tested) so seems something is fishy in http-client anyway.
My dirty workaround had been to use
{code:java}
new PoolingHttpClientConnectionManager(1, TimeUnit.NANOSECONDS)
{code}
but it is likely unexpected to be reliable, it just enables to move a bit
forward.
Side note: the fact 0 is not considered as "no pooling" is more than unlikely
since the only 2 impl available are pooling or single connection impls so 0
should enable to not pool the connections at all and <0 to be infinite IMHO.
Romain
> NoHttpResponseException on high Load
> ------------------------------------
>
> Key: HTTPCLIENT-2024
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2024
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient (classic)
> Affects Versions: 4.5.7
> Reporter: shatk
> Priority: Major
> Labels: camel-http4,, http-client
>
>
> Getting _NoHttpResponseException : host:port failed to respond_ on high
> Load.
> This is happening for httpclient-4.5.7 as well as httpclient-4.5.10 version
> of apache http client on high load [100 TPS]
> Apache http client is used internally by camel http4.
> [https://github.com/HydAu/Camel/blob/master/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpComponent.java]
> > camel http4 connection config :
> connectionsPerRoute : 100
> maxTotalConnections : 1000
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]