浏览代码

Fixing CHANGES.txt in hdfs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506560 13f79535-47bb-0310-9956-ffa450edef68
Kihwal Lee 12 年之前
父节点
当前提交
99416cc0b0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -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.