Eli Collins created HDFS-3684:
---------------------------------

             Summary: NamenodeWebHdfsMethods#init shouldn't log the DT parameter
                 Key: HDFS-3684
                 URL: https://issues.apache.org/jira/browse/HDFS-3684
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 2.0.0-alpha, 1.0.0
            Reporter: Eli Collins
            Priority: Minor


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

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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to