Explorar el Código

MAPREDUCE-3837. Merging to branch-1.1.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1389998 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy hace 13 años
padre
commit
7cde751368
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -129,9 +129,6 @@ Release 1.2.0 - unreleased
     HADOOP-8249. invalid hadoop-auth cookies should trigger authentication if info 
     is avail before returning HTTP 401 (tucu)
 
-    MAPREDUCE-3837. Job tracker is not able to recover job in case of crash
-    and after that no user can submit job. (Mayank Bansal via tomwhite)
-
     HDFS-3595. Update the regular expression in TestEditLogLoading for the
     error message change by HDFS-3521.  (Colin Patrick McCabe via szetszwo)
 
@@ -595,6 +592,9 @@ Release 1.1.0 - unreleased
     HDFS-3701. HDFS may miss the final block when reading a file opened for writing
     if one of the datanode is dead. (umamahesh and nkeywal via umamahesh)
 
+    MAPREDUCE-3837. Job tracker is not able to recover job in case of crash
+    and after that no user can submit job. (Mayank Bansal via tomwhite)
+
     MAPREDUCE-4558. Disable TestJobTrackerSafeMode (sseth)
 
 Release 1.0.4 - Unreleased