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:18:55 UTC

svn commit: r826139 - /hadoop/hdfs/trunk/CHANGES.txt

Author: cdouglas
Date: Sat Oct 17 00:18:55 2009
New Revision: 826139

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

Modified:
    hadoop/hdfs/trunk/CHANGES.txt

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=826139&r1=826138&r2=826139&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Sat Oct 17 00:18:55 2009
@@ -445,9 +445,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)