[
https://issues.apache.org/jira/browse/YARN-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13896386#comment-13896386
]
Rohith commented on YARN-1703:
------------------------------
There 3 ways we can handle this problem.
1. Add HttpMethod.setRequestHeader("Connection","close"); in method
WebAppProxyServlet.proxyLink()
2. Close HttpConnectionManager in finally block.
3. Reuse HttpClient instance .
> There many CLOSE_WAIT connections for proxy server.
> ----------------------------------------------------
>
> Key: YARN-1703
> URL: https://issues.apache.org/jira/browse/YARN-1703
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: Rohith
> Assignee: Rohith
>
> If running job is accessed for progress. there many CLOSE_WAIT connections
> for proxyserver. Eventhough connection is released, it makes available
> again to the HttpClient instance, but does not close it.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)