Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-6951

Fix debug log when Resource Handler chain is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-beta1
    • None
    • None

    Description

      LinuxContainerExecutor.java
            ... ...
            if (LOG.isDebugEnabled()) {
              LOG.debug("Resource handler chain enabled = " + (resourceHandlerChain
                  == null));
            }
            ... ...
      

      I think it is just a typo.When resourceHandlerChain is not null, print the log "Resource handler chain enabled = true".

      Attachments

        1. YARN-6951.001.patch
          1 kB
          Yang Wang

        Issue Links

          Activity

            People

              wangyang0918 Yang Wang
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: