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

Reply via email to