You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2013/03/05 23:41:42 UTC

svn commit: r1453052 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: suresh
Date: Tue Mar  5 22:41:42 2013
New Revision: 1453052

URL: http://svn.apache.org/r1453052
Log:
HDFS-4518. Add missing CHANGES.txt description

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1453052&r1=1453051&r2=1453052&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Tue Mar  5 22:41:42 2013
@@ -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