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:59:50 UTC

svn commit: r684925 - /hadoop/core/branches/branch-0.18/CHANGES.txt

Author: omalley
Date: Mon Aug 11 13:59:50 2008
New Revision: 684925

URL: http://svn.apache.org/viewvc?rev=684925&view=rev
Log:
HADOOP-3931. Merge -r 684918:684919 from branch 0.17 to branch 0.18 and trunk
as just a change in CHANGES.txt. The bug only occurred in 0.17.

Modified:
    hadoop/core/branches/branch-0.18/CHANGES.txt

Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=684925&r1=684924&r2=684925&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Mon Aug 11 13:59:50 2008
@@ -828,6 +828,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