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 om...@apache.org on 2008/08/11 22:57:36 UTC

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

Author: omalley
Date: Mon Aug 11 13:57:36 2008
New Revision: 684923

URL: http://svn.apache.org/viewvc?rev=684923&view=rev
Log:
Merge of CHANGES.txt from branch 0.17 to trunk.

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=684923&r1=684922&r2=684923&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Mon Aug 11 13:57:36 2008
@@ -1088,6 +1088,10 @@
     HADOOP-3859. Allow the maximum number of xceivers in the data node to
     be configurable. (Johan Oskarsson via omalley)
 
+    HADOOP-3931. Fix corner case in the map-side sort that causes some values 
+    to be counted as too large and cause pre-mature spills to disk. Some values
+    will also bypass the combiner incorrectly. (cdouglas via omalley)
+
 Release 0.17.1 - 2008-06-23
 
   INCOMPATIBLE CHANGES