You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by vi...@apache.org on 2010/06/11 13:07:28 UTC

svn commit: r953658 - /hadoop/mapreduce/trunk/CHANGES.txt

Author: vinodkv
Date: Fri Jun 11 11:07:28 2010
New Revision: 953658

URL: http://svn.apache.org/viewvc?rev=953658&view=rev
Log:
MAPREDUCE-1606. TestJobACLs may timeout as there are no slots for launching JOB_CLEANUP task. Contributed by Ravi Gummadi.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=953658&r1=953657&r2=953658&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Jun 11 11:07:28 2010
@@ -1675,3 +1675,6 @@ Release 0.21.0 - Unreleased
 
     MAPREDUCE-1725.  Fix MapReduce API incompatibilities between 0.20 and 0.21.
     (tomwhite)
+
+    MAPREDUCE-1606. TestJobACLs may timeout as there are no slots for launching
+    JOB_CLEANUP task. (Ravi Gummadi via vinodkv)