Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-3684

NamenodeWebHdfsMethods#init shouldn't log the DT parameter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Minor
    • Resolution: Unresolved
    • 1.0.0, 2.0.0-alpha
    • None
    • None
    • None

    Description

      The following logs the DT parameter at the tracing log level, we shouldn't. Credit to Todd for noticing this.

          if (LOG.isTraceEnabled()) {
            LOG.trace("HTTP " + op.getValue().getType() + ": " + op + ", " + path
                + ", ugi=" + ugi + ", " + username + ", " + doAsUser
                + Param.toSortedString(", ", parameters));
          }
      

      Attachments

        Activity

          People

            lhillenbrand Linden Hillenbrand
            eli Eli Collins
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: