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 "Zhankun Tang (JIRA)" <ji...@apache.org> on 2019/02/22 02:01:00 UTC

[jira] [Commented] (YARN-9156) [YARN-8851] Improve debug message in device plugin method compatibility check of ResourcePluginManager

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

Zhankun Tang commented on YARN-9156:
------------------------------------

[~cheersyang] , could you please help to review this? Thanks.

> [YARN-8851] Improve debug message in device plugin method compatibility check of ResourcePluginManager
> ------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-9156
>                 URL: https://issues.apache.org/jira/browse/YARN-9156
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Zhankun Tang
>            Assignee: Zhankun Tang
>            Priority: Trivial
>         Attachments: YARN-9156-trunk.001.patch
>
>
> {code:java}
> LOG.debug("Method {} found in class {}",
>  actualClass.getSimpleName(),
>  m.getName());{code}
> should be
> {code:java}
> LOG.debug("Method {} found in class {}",
>     m.getName(), actualClass.getSimpleName());
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org