You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jason Lowe (JIRA)" <ji...@apache.org> on 2013/11/04 23:43:17 UTC

[jira] [Created] (HADOOP-10081) Client.setupIOStreams can leak socket resources on exception or error

Jason Lowe created HADOOP-10081:
-----------------------------------

             Summary: 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: 2.2.0, 0.23.9
            Reporter: Jason Lowe
            Priority: Critical


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)