[ https://issues.apache.org/jira/browse/HADOOP-10081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841184#comment-13841184 ]
Hudson commented on HADOOP-10081: --------------------------------- FAILURE: Integrated in Hadoop-Yarn-trunk #413 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/413/]) HADOOP-10081. Client.setupIOStreams can leak socket resources on exception or error. Contributed by Tsuyoshi OZAWA (jlowe: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1548179) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java > Client.setupIOStreams can leak socket resources on exception or error > --------------------------------------------------------------------- > > Key: HADOOP-10081 > URL: https://issues.apache.org/jira/browse/HADOOP-10081 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 0.23.9, 2.2.0 > Reporter: Jason Lowe > Assignee: Tsuyoshi OZAWA > Priority: Critical > Fix For: 3.0.0, 0.23.11, 2.3.0 > > Attachments: HADOOP-10081.1.patch > > > The setupIOStreams method in org.apache.hadoop.ipc.Client can leak socket > resources if an exception is thrown before the inStream and outStream local > variables are assigned to this.in and this.out, respectively. -- This message was sent by Atlassian JIRA (v6.1#6144)