Przeglądaj źródła

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 lat temu
rodzic
commit
565aa666b9
1 zmienionych plików z 3 dodań i 0 usunięć
  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)