You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2016/06/24 21:13:16 UTC

[jira] [Created] (TEZ-3311) ATSFileParser resource leak: InputStream should be closed

Hitesh Shah created TEZ-3311:
--------------------------------

             Summary: ATSFileParser resource leak: InputStream should be closed 
                 Key: TEZ-3311
                 URL: https://issues.apache.org/jira/browse/TEZ-3311
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Hitesh Shah
            Priority: Minor


Discovered in a coverity scan that inputstream is never closed: 
189        InputStream inputStream = atsZipFile.getInputStream(zipEntry);



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