[ 
https://issues.apache.org/jira/browse/HDFS-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo Nicholas Sze resolved HDFS-8190.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: HDFS-7285
     Hadoop Flags: Reviewed

Thanks Jing for reviewing the patch.

I have committed this.

> StripedBlockUtil.getInternalBlockLength may have overflow error
> ---------------------------------------------------------------
>
>                 Key: HDFS-8190
>                 URL: https://issues.apache.org/jira/browse/HDFS-8190
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>             Fix For: HDFS-7285
>
>         Attachments: h8190_20150420.patch, h8190_20150420b.patch
>
>
> Both numStripes and cellSize are int but
> {code}
> long blkSize = (numStripes - 1) * cellSize;
> {code}
> When the actually block size > Integer.MAX_VALUE, the computation has 
> overflow error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to