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 cd...@apache.org on 2009/03/26 23:27:32 UTC

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

Author: cdouglas
Date: Thu Mar 26 22:27:32 2009
New Revision: 758894

URL: http://svn.apache.org/viewvc?rev=758894&view=rev
Log:
Change HADOOP-4780 from 0.21 improvement to 0.19 bug

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=758894&r1=758893&r2=758894&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Mar 26 22:27:32 2009
@@ -195,9 +195,6 @@
     HADOOP-4365. Make Configuration::getProps protected in support of
     meaningful subclassing. (Steve Loughran via cdouglas)
 
-    HADOOP-4780. Cache the size of directories in DistributedCache, avoiding
-    long delays in recalculating it. (He Yongqiang via cdouglas)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -1203,6 +1200,9 @@
     HADOOP-5374. Fixes a NPE problem in getTasksToSave method.
     (Amareshwari Sriramadasu via ddas)
 
+    HADOOP-4780. Cache the size of directories in DistributedCache, avoiding
+    long delays in recalculating it. (He Yongqiang via cdouglas)
+
 Release 0.19.1 - 2009-02-23 
 
   IMPROVEMENTS