ソースを参照

Fix incorrect JIRA number in CHANGES.txt for MAPREDUCE-3278. (erroneously committed as MAPREDUCE-3287)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security@1201089 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 13 年 前
コミット
5b088d9f82
1 ファイル変更1 行追加1 行削除
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -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)