Fixing CHANGES.txt in hdfs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kihwal Lee 2013-07-24 14:00:50 +00:00
parent a0a986dda7
commit 99416cc0b0
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,6 @@ Release 2.3.0 - UNRELEASED
BUG FIXES
HDFS-4602. TestBookKeeperHACheckpoints fails. (umamahesh)
Release 2.1.1-beta - UNRELEASED
INCOMPATIBLE CHANGES
@ -708,6 +706,8 @@ Release 2.1.0-beta - 2013-07-02
HDFS-5018. Misspelled DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_DEFAULT
in javadoc of DatanodeInfo#isStale(). (Ted Yu via jing9)
HDFS-4602. TestBookKeeperHACheckpoints fails. (umamahesh)
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.