[ 
https://issues.apache.org/jira/browse/HDFS-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090038#comment-17090038
 ] 

Hudson commented on HDFS-15276:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #18174 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/18174/])
HDFS-15276. Concat on INodeRefernce fails with illegal state exception. 
(liuml07: rev 5958af4dbc3323eebee94b6d655784ae74f69c8a)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeDirectory.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFileTruncate.java


> Concat on INodeRefernce fails with illegal state exception
> ----------------------------------------------------------
>
>                 Key: HDFS-15276
>                 URL: https://issues.apache.org/jira/browse/HDFS-15276
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: hemanthboyina
>            Assignee: hemanthboyina
>            Priority: Critical
>         Attachments: HDFS-15276.001.patch, HDFS-15276.002.patch
>
>
> Performing concat operation on INodeRefernce throwing illegal state exception
> On verifySrcFiles , the src inode was getting converted to Inodefile 
> {code:java}
> final INode srcINode = iip.getLastINode();
> final INodeFile srcINodeFile = INodeFile.valueOf(srcINode, src);{code}
> If this INode is an INodeRefernce , it fails at Preconditions.checkstate as 
> the child is an refernce but we have converted that as file
> {code:java}
> INodeDirectory#removeChild
>   final INode removed = children.remove(i);
>   Preconditions.checkState(removed == child); {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to