You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "sandflee (JIRA)" <ji...@apache.org> on 2016/04/09 00:48:25 UTC

[jira] [Created] (YARN-4936) FileInputStream should be closed explicitly in NMWebService#getLogs

sandflee created YARN-4936:
------------------------------

             Summary: FileInputStream should be closed explicitly in NMWebService#getLogs
                 Key: YARN-4936
                 URL: https://issues.apache.org/jira/browse/YARN-4936
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: sandflee
            Assignee: sandflee


Now, the close of FileInputStream is relying on FileInputStream#finalize, but it's not reliable, we should close it explicitly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)