浏览代码

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 12 年之前
父节点
当前提交
b3a4cd5c28
共有 1 个文件被更改,包括 3 次插入0 次删除
  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