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

Hudson commented on HDFS-5077:
------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #4347 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/4347/])
HDFS-5077. NPE in FSNamesystem.commitBlockSynchronization(). Contributed by 
Plamen Jeliazkov. (shv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1518851)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestCommitBlockSynchronization.java

                
> NPE in FSNamesystem.commitBlockSynchronization()
> ------------------------------------------------
>
>                 Key: HDFS-5077
>                 URL: https://issues.apache.org/jira/browse/HDFS-5077
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 2.0.5-alpha
>            Reporter: Konstantin Shvachko
>            Assignee: Plamen Jeliazkov
>         Attachments: HDFS-5077_2.patch, HDFS-5077_3.patch, HDFS-5077.patch
>
>
> NN starts a block recovery, which will synchronize block replicas on 
> different DNs. In the end one of DNs will report the list of the nodes 
> containing the consistent replicas to the NN via commitBlockSynchronization() 
> call. The NPE happens if just before processing commitBlockSynchronization() 
> NN removes from active one of DNs that are then reported in the call.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to