Author: hairong
Date: Wed Sep 23 22:50:13 2009
New Revision: 818298
URL: http://svn.apache.org/viewvc?rev=818298&view=rev
Log:
move the change log of HDFS-637 from trunk to the 0.21 section
Modified:
hadoop/hdfs/trunk/CHANGES.txt
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=818298&r1=818297&r2=818298&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Sep 23 22:50:13 2009
@@ -11,9 +11,7 @@
OPTIMIZATIONS
BUG FIXES
- HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure.
(suresh)
-
- HDFS-637. DataNode sends a Success ack when block write fails. (hairong)
+ HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure.
(suresh)
Release 0.21.0 - Unreleased
@@ -284,6 +282,8 @@
HDFS-629. Remove ReplicationTargetChooser.java along with fixing
import warnings generated by Eclipse. (dhruba)
+ HDFS-637. DataNode sends a Success ack when block write fails. (hairong)
+
Release 0.20.1 - 2009-09-01
IMPROVEMENTS