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 bo...@apache.org on 2012/04/05 15:57:10 UTC

svn commit: r1309864 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: bobby
Date: Thu Apr  5 13:57:09 2012
New Revision: 1309864

URL: http://svn.apache.org/viewvc?rev=1309864&view=rev
Log:
HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby)

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1309864&r1=1309863&r2=1309864&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Apr  5 13:57:09 2012
@@ -55,6 +55,9 @@ Trunk (unreleased changes)
     HADOOP-8244. Improve comments on ByteBufferReadable.read. (Henry Robinson
     via atm)
 
+    HADOOP-7757. Test file reference count is at least 3x actual value (Jon
+    Eagles via bobby)
+
   BUG FIXES
 
     HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.