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

Hudson commented on HDFS-12299:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #12243 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/12243/])
HDFS-12299. Race Between update pipeline and DN Re-Registration (kihwal: rev 
8455d70756b584ddf27fc626a147f4eb2e1dc94e)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java


> Race Between update pipeline and DN Re-Registration
> ---------------------------------------------------
>
>                 Key: HDFS-12299
>                 URL: https://issues.apache.org/jira/browse/HDFS-12299
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Brahma Reddy Battula
>            Assignee: Brahma Reddy Battula
>            Priority: Critical
>             Fix For: 2.9.0, 3.0.0-beta1, 2.8.2
>
>         Attachments: HDFS-12299-branch-2-002.patch, 
> HDFS-12299-branch-2.patch, HDFS-12299.patch
>
>
>  *Scenario*   
>  - Started pipeline with DN1->DN2->DN3
>  - DN1 is re-reg and update pipeline is called
>  - Update pipeline will success with DN1->DN3->DN4
>  - Again update pipeline is called,which will fail with NPE.
> In step3 updatepipeline will set the storages as null since DN1 re-reg(which 
> will remove and add the storages)
> {{FSNamesystem#updatePipelineInternal}}
> {code}
>    lastBlock.getUnderConstructionFeature().setExpectedLocations(lastBlock,
>         storages, lastBlock.getBlockType())
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to