[
https://issues.apache.org/jira/browse/HDFS-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Liu updated HDFS-8684:
-------------------------
Description:
in INodeFile#computeFileSize, the file size calucation for underconstruction
striped block is incorrect.
in BlockManager#chooseExcessReplicasStriped, the {{if (nonExcess.size() <=
groupSize) {}} is incorrect.
was:
in INodeFile#computeFileSize, the file size calucation for underconstruction
block is incorrect.
in BlockManager#chooseExcessReplicasStriped, the {{if (nonExcess.size() <=
groupSize) {}} is incorrect.
> Erasure Coding: fix some block number calculation for striped block
> -------------------------------------------------------------------
>
> Key: HDFS-8684
> URL: https://issues.apache.org/jira/browse/HDFS-8684
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Yi Liu
> Assignee: Yi Liu
>
> in INodeFile#computeFileSize, the file size calucation for underconstruction
> striped block is incorrect.
> in BlockManager#chooseExcessReplicasStriped, the {{if (nonExcess.size() <=
> groupSize) {}} is incorrect.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)