[
https://issues.apache.org/jira/browse/HDFS-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Foley updated HDFS-3684:
-----------------------------
Target Version/s: 2.0.2-alpha, 1.3.0 (was: 1.2.0, 2.0.2-alpha)
> 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