[
https://issues.apache.org/jira/browse/HDFS-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837298#comment-13837298
]
Hudson commented on HDFS-5560:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #4818 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/4818/])
HDFS-5560. Trash configuration log statements prints incorrect units.
Contributed by Josh Elser. (wang:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1547266)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/TrashPolicyDefault.java
> Trash configuration log statements prints incorrect units
> ---------------------------------------------------------
>
> Key: HDFS-5560
> URL: https://issues.apache.org/jira/browse/HDFS-5560
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.2.0
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: 2.3.0
>
> Attachments: HDFS-5560.patch
>
>
> I ran `hdfs dfs -expunge` on a 2.2.0 system, and noticed the following the
> message printed out on the console:
> {noformat}
> $ hdfs dfs -expunge
> 13/11/23 22:12:17 INFO fs.TrashPolicyDefault: Namenode trash configuration:
> Deletion interval = 1800000 minutes, Emptier interval = 0 minutes.
> {noformat}
> The configuration for both the deletion interval and emptier interval are
> given in minutes, converted to milliseconds and then logged as milliseconds
> but with a label of minutes. It looks like this was introduced in HDFS-4903.
--
This message was sent by Atlassian JIRA
(v6.1#6144)