[
https://issues.apache.org/jira/browse/YARN-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213930#comment-14213930
]
Hudson commented on YARN-1703:
------------------------------
SUCCESS: Integrated in Hadoop-Hdfs-trunk-Java8 #7 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/7/])
YARN-1703. Fixed ResourceManager web-proxy to close connections correctly.
Contributed by Rohith Sharma. (vinodkv: rev
198fb58776ec02397af5ad83259535b0291b745c)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/main/java/org/apache/hadoop/yarn/server/webproxy/WebAppProxyServlet.java
> Too many connections are opened for proxy server when applicationMaster UI is
> accessed.
> ---------------------------------------------------------------------------------------
>
> 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
> Priority: Critical
> Fix For: 2.7.0
>
> Attachments: YARN-1703.1.patch, YARN-1703.2.patch
>
>
> 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.3.4#6332)