Browse Source

Fix misplaced CHANGES.txt entry for HDFS-4867.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1490807 13f79535-47bb-0310-9956-ffa450edef68
Kihwal Lee 12 years ago
parent
commit
c306827603

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -12,6 +12,9 @@ Release 0.23.9 - UNRELEASED
 
   BUG FIXES
 
+    HDFS-4867. metaSave NPEs when there are invalid blocks in repl queue.
+    (Plamen Jeliazkov and Ravi Prakash via shv)
+
     HDFS-4862. SafeModeInfo.isManual() returns true when resources are low even
     if it wasn't entered into manually (Ravi Prakash via kihwal)
 

+ 0 - 3
hadoop-mapreduce-project/CHANGES.txt

@@ -15,9 +15,6 @@ Release 0.23.9 - UNRELEASED
 
   BUG FIXES
 
-    HDFS-4867. metaSave NPEs when there are invalid blocks in repl queue.
-    (Plamen Jeliazkov and Ravi Prakash via shv)
-
 Release 0.23.8 - 2013-06-05
 
   INCOMPATIBLE CHANGES