You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Dmytro Molkov (JIRA)" <ji...@apache.org> on 2011/03/23 05:50:05 UTC

[jira] [Created] (HDFS-1776) Bug in Concat code

Bug in Concat code
------------------

                 Key: HDFS-1776
                 URL: https://issues.apache.org/jira/browse/HDFS-1776
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Dmytro Molkov


There is a bug in the concat code. Specifically: in INodeFile.appendBlocks() we need to first reassign the blocks list and then go through it and update the INode pointer. Otherwise we are not updating the inode pointer on all of the new blocks in the file.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira