ソースを参照

Move the change message for HADOOP-2036 to 14.3.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@584830 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 18 年 前
コミット
24615c2d56
1 ファイル変更2 行追加2 行削除
  1. 2 2
      CHANGES.txt

+ 2 - 2
CHANGES.txt

@@ -287,8 +287,6 @@ Branch 0.15 (unreleased changes)
     HADOOP-2023. Disable TestLocalDirAllocator on Windows.
     (Hairong Kuang via nigel)
 
-    HADOOP-2036. Fix a NullPointerException in JvmMetrics class. (nigel)
-
     HADOOP-2016.  Ignore status-updates from FAILED/KILLED tasks at the 
     TaskTracker. This fixes a race-condition which caused the tasks to wrongly 
     remain in the RUNNING state even after being killed by the JobTracker and
@@ -428,6 +426,8 @@ Release 0.14.3 - Unreleased
     HADOOP-2053. Fixed a dangling reference to a memory buffer in the map 
     output sorter. (acmurthy via omalley)
 
+    HADOOP-2036. Fix a NullPointerException in JvmMetrics class. (nigel)
+
 Release 0.14.2 - 2007-10-09
 
   BUG FIXES