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 2008/09/06 00:53:35 UTC

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

Author: cdouglas
Date: Fri Sep  5 15:53:34 2008
New Revision: 692571

URL: http://svn.apache.org/viewvc?rev=692571&view=rev
Log:
Merge HADOOP-3940 into 0.18 branch

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=692571&r1=692570&r2=692571&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Sep  5 15:53:34 2008
@@ -396,10 +396,6 @@
     HADOOP-3773. Change Pipes to set the default map output key and value 
     types correctly. (Koji Noguchi via omalley)
 
-    HADOOP-3940. Fix in-memory merge condition to wait when there are no map
-    outputs or when the final map outputs are being fetched without contention.
-    (cdouglas)
-
     HADOOP-3952. Fix compilation error in TestDataJoin referencing dfs package.
     (omalley)
 
@@ -490,6 +486,10 @@
     HADOOP-4046. Made WritableComparable's constructor protected instead of 
     private to re-enable class derivation. (cdouglas via omalley)
 
+    HADOOP-3940. Fix in-memory merge condition to wait when there are no map
+    outputs or when the final map outputs are being fetched without contention.
+    (cdouglas)
+
 Release 0.18.0 - 2008-08-19
 
   INCOMPATIBLE CHANGES