[
https://issues.apache.org/jira/browse/HDFS-8367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545094#comment-14545094
]
Kai Zheng commented on HDFS-8367:
---------------------------------
Checked the latest patch. One minor:
Looks like the following TODO isn't necessary. Could you check other places as
well?
{code}
+ // TODO: ECSchema can be restored from persisted file (HDFS-7859).
+ newBlockInfo = new BlockInfoStripedUnderConstruction(newBlock, schema);
{code}
> BlockInfoStriped can also receive schema at its creation
> --------------------------------------------------------
>
> Key: HDFS-8367
> URL: https://issues.apache.org/jira/browse/HDFS-8367
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Affects Versions: HDFS-7285
> Reporter: Kai Sasaki
> Assignee: Kai Sasaki
> Labels: EC
> Attachments: HDFS-8367-FYI-v2.patch, HDFS-8367-FYI.patch,
> HDFS-8367-HDFS-7285-01.patch, HDFS-8367-HDFS-7285-02.patch,
> HDFS-8367.1.patch, HDFS-8467-HDFS-7285-03.patch
>
>
> {{BlockInfoStriped}} should receive the total information for erasure coding
> as {{ECSchema}}. This JIRA changes the constructor interface and its
> dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)