dragon created HDFS-10131: ----------------------------- Summary: CLONE - Erasure Coding: fix some block number calculation for striped block Key: HDFS-10131 URL: https://issues.apache.org/jira/browse/HDFS-10131 Project: Hadoop HDFS Issue Type: Sub-task Reporter: dragon 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)