Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8851 [Umbrella] A pluggable device plugin framework to ease vendor plugin development
  3. YARN-9156

[YARN-8851] Improve debug message in device plugin method compatibility check of ResourcePluginManager

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None
    • Reviewed

    Description

      LOG.debug("Method {} found in class {}",
       actualClass.getSimpleName(),
       m.getName());

      should be

      LOG.debug("Method {} found in class {}",
          m.getName(), actualClass.getSimpleName());
      

      Attachments

        1. YARN-9156-trunk.001.patch
          1 kB
          Zhankun Tang

        Activity

          People

            tangzhankun Zhankun Tang
            tangzhankun Zhankun Tang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: