Browse Source

Fix CHANGES.txt for HADOOP-9847

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513252 13f79535-47bb-0310-9956-ffa450edef68
Andrew Wang 11 years ago
parent
commit
4744075d4f

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

@@ -271,6 +271,9 @@ Trunk (Unreleased)
     HADOOP-9583. test-patch gives +1 despite build failure when running tests.
     (jlowe via kihwal)
 
+    HADOOP-9847. TestGlobPath symlink tests fail to cleanup properly.
+    (cmccabe via wang)
+
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)

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

@@ -120,9 +120,6 @@ Trunk (Unreleased)
     HDFS-5004. Add additional JMX bean for NameNode status data
     (Trevor Lorimer via cos)
 
-    HDFS-9847. TestGlobPath symlink tests fail to cleanup properly.
-    (cmccabe via wang)
-
   OPTIMIZATIONS
 
   BUG FIXES