[
https://issues.apache.org/jira/browse/YARN-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Li Lu updated YARN-3383:
------------------------
Attachment: YARN-3383-032315.patch
Rebase the patch with the latest trunk.
> AdminService should use "warn" instead of "info" to log exception when
> operation fails
> --------------------------------------------------------------------------------------
>
> Key: YARN-3383
> URL: https://issues.apache.org/jira/browse/YARN-3383
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Reporter: Wangda Tan
> Assignee: Li Lu
> Attachments: YARN-3383-032015.patch, YARN-3383-032315.patch
>
>
> Now it uses info:
> {code}
> private YarnException logAndWrapException(IOException ioe, String user,
> String argName, String msg) throws YarnException {
> LOG.info("Exception " + msg, ioe);
> {code}
> But it should use warn instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)