You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ha...@apache.org on 2009/03/28 01:03:21 UTC

svn commit: r759398 - /hadoop/core/trunk/CHANGES.txt

Author: hairong
Date: Sat Mar 28 00:03:21 2009
New Revision: 759398

URL: http://svn.apache.org/viewvc?rev=759398&view=rev
Log:
a minor modification to the change log

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=759398&r1=759397&r2=759398&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Sat Mar 28 00:03:21 2009
@@ -2296,7 +2296,7 @@
     HADOOP-5412. Simulated DataNode should not write to a block that's being
     written by another thread. (hairong)
 
-    HADOOP-5414. Fix the problem of blocks remaining under-replicated by
+    HADOOP-5465. Fix the problem of blocks remaining under-replicated by
     providing synchronized modification to the counter xmitsInProgress in
     DataNode. (hairong)