HDFS-2572. Merge r1204177 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1492876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2013-06-13 21:34:17 +00:00
parent 027f71eb05
commit f5fa1fdb84
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,8 @@ Release 2.1.0-beta - UNRELEASED
HDFS-4880. Print the image and edits file loaded by the namenode in the
logs. (Arpit Agarwal via suresh)
HDFS-2572. Remove unnecessary double-check in DN#getHostName. (harsh)
OPTIMIZATIONS
BUG FIXES
@ -4222,6 +4224,7 @@ Release 0.23.0 - 2011-11-01
HDFS-1620. Rename HdfsConstants -> HdfsServerConstants, FSConstants ->
HdfsConstants. (Harsh J Chouraria via atm)
HDFS-2197. Refactor RPC call implementations out of NameNode class (todd)
HDFS-2332. Add test for HADOOP-7629 (using an immutable FsPermission