[ https://issues.apache.org/jira/browse/HDFS-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14610245#comment-14610245
]
Yi Liu commented on HDFS-8703:
------------------------------
Thanks Vinay, overall looks good.
{code}
public synchronized boolean seekToNewSource(long targetPos) throws IOException {
- if (currentNode == null) {
- return seekToBlockSource(targetPos);
- }
{code}
We can't remove this, it's changed in latest trunk code, see HDFS-8463.
> Merge refactor of DFSInputStream from ErasureCoding branch
> ----------------------------------------------------------
>
> Key: HDFS-8703
> URL: https://issues.apache.org/jira/browse/HDFS-8703
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Vinayakumar B
> Assignee: Vinayakumar B
> Attachments: HDFS-8703-01.patch
>
>
> There were some refactors done in DFSInputStream for the support of ErasureCoding in
branch HDFS-7285.
> These refactors are generic and applicable to current trunk
> This Jira targets to merge them back to trunk to reduce size of the final merge patch
for the branch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|