You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2013/11/24 19:17:35 UTC

[jira] [Created] (HDFS-5560) Trash configuration log statements prints incorrect units

Josh Elser created HDFS-5560:
--------------------------------

             Summary: 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


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)