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 "Scott Chen (JIRA)" <ji...@apache.org> on 2010/08/11 04:01:16 UTC

[jira] Created: (HDFS-1339) NameNodeMetrics should use MetricsTimeVaryingLong

NameNodeMetrics should use MetricsTimeVaryingLong 
--------------------------------------------------

                 Key: HDFS-1339
                 URL: https://issues.apache.org/jira/browse/HDFS-1339
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
            Reporter: Scott Chen
            Assignee: Scott Chen
            Priority: Minor


NameNodeMetrics uses MetricsTimeVaryingInt. We see that FileInfoOps and GetBlockLocations overflow in our cluster.
Using MetricsTimeVaryingLong will easily solve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.