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 "LiXin Ge (JIRA)" <ji...@apache.org> on 2017/06/05 10:45:04 UTC

[jira] [Created] (HDFS-11928) Segment overflow in FileDistributionCalculator

LiXin Ge created HDFS-11928:
-------------------------------

             Summary: Segment overflow in FileDistributionCalculator
                 Key: HDFS-11928
                 URL: https://issues.apache.org/jira/browse/HDFS-11928
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: tools
    Affects Versions: 3.0.0-alpha3
            Reporter: LiXin Ge
            Assignee: LiXin Ge
             Fix For: 3.0.0-alpha4


When run hdfs oiv command to analyse a fsimage file with FileDistribution processor,
the range segment of file size get overflowed:
{quote}
(1.98 GB, 1.98 GB]	2
(1.98 GB, 1.99 GB]	4
(1.99 GB, -2 GB]	7
(2 GB, -1.99 GB]	7
(2.02 GB, -1.98 GB]	2
(2.02 GB, -1.97 GB]	9
(2.03 GB, -1.96 GB]	5
(2.04 GB, -1.95 GB]	11
(2.05 GB, -1.95 GB]	4
{quote}
this patch fixs this problem.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org