Browse Source

Merge of CHANGES.txt from branch 0.17 to trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@684923 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 17 years ago
parent
commit
ce4711a32a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CHANGES.txt

+ 4 - 0
CHANGES.txt

@@ -1088,6 +1088,10 @@ Release 0.17.2 - Unreleased
     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