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 "zhihai xu (JIRA)" <ji...@apache.org> on 2015/07/03 02:33:05 UTC

[jira] [Created] (YARN-3882) AggregatedLogFormat should close aclScanner and ownerScanner after create them.

zhihai xu created YARN-3882:
-------------------------------

             Summary: AggregatedLogFormat should close aclScanner and ownerScanner after create them.
                 Key: YARN-3882
                 URL: https://issues.apache.org/jira/browse/YARN-3882
             Project: Hadoop YARN
          Issue Type: Bug
          Components: nodemanager
    Affects Versions: 2.7.0
            Reporter: zhihai xu
            Assignee: zhihai xu
            Priority: Minor


AggregatedLogFormat should close aclScanner and ownerScanner after create them. {{aclScanner}} and {{ownerScanner}} are created by createScanner in {{getApplicationAcls}} and {{getApplicationOwner}} and are never closed. {{TFile.Reader.Scanner}} implement java.io.Closeable. We should close them after use them.



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