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

surendra singh lilhore commented on HDFS-5699:
----------------------------------------------

This issue already fixed.

{code}
    checkBlockLocalPathAccess();
    checkBlockToken(block, token, BlockTokenIdentifier.AccessMode.READ);
    Preconditions.checkNotNull(data, "Storage not yet initialized");
    BlockLocalPathInfo info = data.getBlockLocalPathInfo(block);
{code}

Closing this jira

> NPE is thrown when DN is restarted while job execution
> ------------------------------------------------------
>
>                 Key: HDFS-5699
>                 URL: https://issues.apache.org/jira/browse/HDFS-5699
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: sathish
>            Assignee: sathish
>            Priority: Minor
>              Labels: BB2015-05-TBR
>         Attachments: HDFS-5699-0001.patch
>
>
> 1.Run jobs 
> 2.Restart one DN 
> 3.After DN come up it should not throw NPE in DN logs 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to