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 "Wangda Tan (JIRA)" <ji...@apache.org> on 2015/03/21 01:07:38 UTC

[jira] [Commented] (YARN-3383) AdminService should use "warn" instead of "info" to log exception when operation fails

    [ https://issues.apache.org/jira/browse/YARN-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372350#comment-14372350 ] 

Wangda Tan commented on YARN-3383:
----------------------------------

Patch LGTM, will commit later.

> 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
>
>
> 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)