浏览代码

HADOOP-3154. Add missing entry in trunk CHANGES.txt for this issue.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@644991 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 年之前
父节点
当前提交
565aa666b9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -518,6 +518,9 @@ Release 0.16.3 - Unreleased
     HADOOP-3010. Fix ConcurrentModificationException in ipc.Server.Responder.
     (rangadi)
 
+    HADOOP-3154. Catch all Throwables from the SpillThread in MapTask, rather
+    than IOExceptions only. (ddas via cdouglas)
+
     HADOOP-3159. Avoid file system cache being overwritten whenever
     configuration is modified. (Tsz Wo (Nicholas), SZE via hairong)