You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/11/11 23:56:46 UTC

svn commit: r1201089 - /hadoop/common/branches/branch-0.20-security/CHANGES.txt

Author: todd
Date: Fri Nov 11 22:56:45 2011
New Revision: 1201089

URL: http://svn.apache.org/viewvc?rev=1201089&view=rev
Log:
Fix incorrect JIRA number in CHANGES.txt for MAPREDUCE-3278. (erroneously committed as MAPREDUCE-3287)

Modified:
    hadoop/common/branches/branch-0.20-security/CHANGES.txt

Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1201089&r1=1201088&r2=1201089&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Fri Nov 11 22:56:45 2011
@@ -54,7 +54,7 @@ Release 0.20.206.0 - unreleased
     HDFS-2379. Allow block reports to proceed without holding FSDataset lock.
     (todd)
 
-    MAPREDUCE-3287. Fix a busy loop in ReduceTask that would cause 100%
+    MAPREDUCE-3278. Fix a busy loop in ReduceTask that would cause 100%
     cpu utilization during the fetch phase. (todd)
 
     MAPREDUCE-3365. Expose the event-logging debug feature of FairScheduler. (Sho Shimauchi via harsh)