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

Change log message in LocalizedResource#handle() to DEBUG

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.7.1
    • 2.9.0, 3.0.0-alpha1
    • None
    • Reviewed

    Description

      This section of code can fill up a log fairly quickly.

             if (oldState != newState) {
              LOG.info("Resource " + resourcePath + (localPath != null ?
                "(->" + localPath + ")": "") + " transitioned from " + oldState
                  + " to " + newState);
             }
      

      Attachments

        1. YARN-4541.001.patch
          1 kB
          Ray Chiang
        2. YARN-4541.002.patch
          1 kB
          Ray Chiang

        Activity

          People

            rchiang Ray Chiang
            rchiang Ray Chiang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: