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/09/15 09:05:46 UTC

[jira] [Created] (YARN-4158) Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers

zhihai xu created YARN-4158:
-------------------------------

             Summary: Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers
                 Key: YARN-4158
                 URL: https://issues.apache.org/jira/browse/YARN-4158
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: nodemanager
    Affects Versions: 2.7.0
            Reporter: zhihai xu
            Assignee: zhihai xu
            Priority: Trivial


Remove duplicate {{close}} for {{LogWriter}} in {{AppLogAggregatorImpl#uploadLogsForContainers}}
{{writer.close()}} was called twice in {{uploadLogsForContainers}}.
It will be better to close {{writer}} once.



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