FileUtil$HardLink.getLinkCount(..) throws NumberFormatException
---------------------------------------------------------------
Key: HADOOP-6283
URL: https://issues.apache.org/jira/browse/HADOOP-6283
Project: Hadoop Common
Issue Type: Bug
Components: fs
Reporter: Tsz Wo (Nicholas), SZE
{noformat}
java.lang.NumberFormatException: For input string: ""
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:470)
at java.lang.Integer.parseInt(Integer.java:499)
at
org.apache.hadoop.fs.FileUtil$HardLink.getLinkCount(FileUtil.java:663)
at
org.apache.hadoop.hdfs.server.datanode.ReplicaInfo.detachBlock(ReplicaInfo.java:209)
...
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.