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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2011/03/07 19:31:00 UTC

[jira] Created: (HDFS-1728) SecondaryNameNode.checkpointSize is in byte but not MB.

SecondaryNameNode.checkpointSize is in byte but not MB.
-------------------------------------------------------

                 Key: HDFS-1728
                 URL: https://issues.apache.org/jira/browse/HDFS-1728
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 0.21.1
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE


The unit of SecondaryNameNode.checkpointSize is byte but not MB as stated in the following comment.
{code}
//SecondaryNameNode.java
   private long checkpointSize;    // size (in MB) of current Edit Log
{code}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira