[
https://issues.apache.org/jira/browse/HADOOP-9121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171337#comment-15171337
]
Hudson commented on HADOOP-9121:
--------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #9389 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9389/])
Move HADOOP-9121 from 3.0.0 to 2.7.3 in CHANGES.txt. (aajisaka: rev
e3ac231f7267d8e352d2c4f39f8c5c0199e47c0c)
* hadoop-common-project/hadoop-common/CHANGES.txt
> InodeTree.java has redundant check for vName while throwing exception
> ---------------------------------------------------------------------
>
> Key: HADOOP-9121
> URL: https://issues.apache.org/jira/browse/HADOOP-9121
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Reporter: Arup Malakar
> Assignee: Arup Malakar
> Fix For: 2.8.0, 2.7.3
>
> Attachments: HDFS-4280_trunk.patch, HDFS-4280_trunk_1.patch
>
>
> {code}
> 337 if (!gotMountTableEntry) {
> 338 throw new IOException(
> 339 "ViewFs: Cannot initialize: Empty Mount table in config for "
> +
> 340 vName == null ? "viewfs:///" : ("viewfs://" + vName +
> "/"));
> 341 }
> {code}
> The vName is always non-null due to checks/assignments done prior to this
> code segment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)