Browse Source

Move HDFS-4826 to 2.1.0-beta.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1488630 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 12 years ago
parent
commit
97f9f49746
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -134,9 +134,6 @@ Trunk (Unreleased)
     HDFS-4633 TestDFSClientExcludedNodes fails sporadically if excluded nodes
     cache expires too quickly  (Chris Nauroth via Sanjay)
 
-    HDFS-4826. TestNestedSnapshots times out due to repeated slow edit log
-    flushes when running on virtualized disk.  (Chris Nauroth via szetszwo)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -1042,6 +1039,9 @@ Release 2.1.0-beta - UNRELEASED
     HDFS-4848. copyFromLocal and renaming a file to ".snapshot" should output 
     that ".snapshot" is a reserved name. (Jing Zhao via brandonli)
 
+    HDFS-4826. TestNestedSnapshots times out due to repeated slow edit log
+    flushes when running on virtualized disk.  (Chris Nauroth via szetszwo)
+
 Release 2.0.5-alpha - UNRELEASED
 
   INCOMPATIBLE CHANGES