HDFS-3163. Merge r1338486 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1492912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2013-06-14 00:16:08 +00:00
parent 677d81386b
commit 4091026231
2 changed files with 875 additions and 870 deletions

View File

@ -23,8 +23,6 @@ Release 2.2.0 - UNRELEASED
OPTIMIZATIONS
BUG FIXES
HADOOP-9635 Fix potential Stack Overflow in DomainSocket.c (V. Karthik Kumar
via cmccabe)
Release 2.1.0-beta - UNRELEASED
@ -371,6 +369,13 @@ Release 2.1.0-beta - UNRELEASED
HDFS-3792. Fix two findbugs introduced by HDFS-3695 (todd)
HADOOP-9635 Fix potential Stack Overflow in DomainSocket.c (V. Karthik Kumar
via cmccabe)
HDFS-3163. TestHDFSCLI.testAll fails if the user name is not all lowercase.
(Brandon Li via atm)
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.