You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Zhankun Tang (JIRA)" <ji...@apache.org> on 2018/12/24 08:44:00 UTC

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

Zhankun Tang created YARN-9156:
----------------------------------

             Summary: [YARN-8851] Improve device plugin method compatibility debug message in 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


{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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org