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 sz...@apache.org on 2010/01/13 19:55:19 UTC

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

Author: szetszwo
Date: Wed Jan 13 18:55:19 2010
New Revision: 898882

URL: http://svn.apache.org/viewvc?rev=898882&view=rev
Log:
Move HDFS-127 from 0.20 to 0.21 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=898882&r1=898881&r2=898882&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/hdfs/branches/branch-0.21/CHANGES.txt Wed Jan 13 18:55:19 2010
@@ -326,6 +326,9 @@
     HDFS-145. Cleanup inconsistent block length handling code in
     FSNameSystem#addStoredBlock. (hairong)
 
+    HDFS-127. Reset failure count in DFSClient for each block acquiring
+    operation.  (Igor Bolotin via szetszwo)
+
   BUG FIXES
 
     HDFS-76. Better error message to users when commands fail because of 
@@ -531,9 +534,6 @@
 
   IMPROVEMENTS
 
-    HDFS-127. Reset failure count in DFSClient for each block acquiring
-    operation.  (Igor Bolotin via szetszwo)
-
     HDFS-737. Add full path name of the file to the block information and 
     summary of total number of files, blocks, live and deadnodes to 
     metasave output. (Jitendra Pandey via suresh)