[ 
https://issues.apache.org/jira/browse/HDFS-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656729#comment-13656729
 ] 

Matt Foley commented on HDFS-3684:
----------------------------------

Changed Target Version to 1.3.0 upon release of 1.2.0. Please change to 1.2.1 
if you intend to submit a fix for branch-1.2.
                
> 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: 1.0.0, 2.0.0-alpha
>            Reporter: Eli Collins
>            Assignee: Linden Hillenbrand
>            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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to