You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/08/28 19:04:08 UTC

[jira] [Created] (SLIDER-374) Potential resource leak in accumulo/CertUtil.java due to unclosed streams

Ted Yu created SLIDER-374:
-----------------------------

             Summary: Potential resource leak in accumulo/CertUtil.java due to unclosed streams
                 Key: SLIDER-374
                 URL: https://issues.apache.org/jira/browse/SLIDER-374
             Project: Slider
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


In app-packages/accumulo/src/test/java/org/apache/slider/funtest/accumulo/CertUtil.java :
{code}
    signerKeystore.load(new FileInputStream(rootKeystorePath), signerPasswordArray);
{code}
The load() call doesn't close the passed in stream.
The caller should close it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)