You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by cd...@apache.org on 2009/10/17 02:19:03 UTC

svn commit: r826140 - /hadoop/hdfs/branches/branch-0.21/CHANGES.txt

Author: cdouglas
Date: Sat Oct 17 00:19:02 2009
New Revision: 826140

URL: http://svn.apache.org/viewvc?rev=826140&view=rev
Log:
Move HDFS-677, HDFS-709 to correct place in CHANGES.txt

Modified:
    hadoop/hdfs/branches/branch-0.21/CHANGES.txt

Modified: hadoop/hdfs/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/CHANGES.txt?rev=826140&r1=826139&r2=826140&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/hdfs/branches/branch-0.21/CHANGES.txt Sat Oct 17 00:19:02 2009
@@ -425,9 +425,3 @@
 
     HDFS-525. The SimpleDateFormat object in ListPathsServlet is not thread
     safe. (Suresh Srinivas and cdouglas)
-
-    HDFS-677. Rename failure when both source and destination quota exceeds
-    results in deletion of source. (suresh)
-
-    HDFS-709. Fix TestDFSShell failure due to rename bug introduced by 
-    HDFS-677. (suresh)