[
https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762349#action_12762349
]
Konstantin Shvachko commented on HDFS-676:
------------------------------------------
Don't think we should file bugs as subtasks of HDFS-265. We should just link
them to the main jira.
Also could you please give more details on how to reporoduce the error.
> NPE in FSDataset.updateReplicaUnderRecovery(..)
> -----------------------------------------------
>
> Key: HDFS-676
> URL: https://issues.apache.org/jira/browse/HDFS-676
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: data-node
> Reporter: Tsz Wo (Nicholas), SZE
>
> {noformat}
> java.io.IOException: java.lang.NullPointerException
> at
> org.apache.hadoop.hdfs.server.datanode.FSDataset.updateReplicaUnderRecovery(FSDataset.java:2089)
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.updateReplicaUnderRecovery(DataNode.java:1598)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:516)
> ...
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.