Ver Fonte

HDFS-4518. Add missing CHANGES.txt description

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1453052 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas há 12 anos atrás
pai
commit
b3a4cd5c28
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -174,6 +174,9 @@ Release 1.2.0 - unreleased
     HDFS-4222. NN is unresponsive and loses heartbeats from DNs when 
     configured to use LDAP and LDAP has issues. (Xiaobo Peng, suresh)
 
+    HDFS-4518. Finer grained metrics for HDFS capacity.
+    (Arpit Agarwal via suresh)
+
   OPTIMIZATIONS
 
     HDFS-2533. Backport: Remove needless synchronization on some FSDataSet