You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by ll...@apache.org on 2013/10/12 06:58:33 UTC

svn commit: r1531503 - /hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Author: llu
Date: Sat Oct 12 04:58:32 2013
New Revision: 1531503

URL: http://svn.apache.org/r1531503
Log:
Fix typo (HDFS-5276 -> HDFS-5267) in CHANGES.txt

Modified:
    hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1531503&r1=1531502&r2=1531503&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Sat Oct 12 04:58:32 2013
@@ -14,7 +14,7 @@ Release 2.3.0 - UNRELEASED
 
   IMPROVEMENTS
 
-    HDFS-5276. Remove volatile from LightWeightHashSet. (Junping Du via llu)
+    HDFS-5267. Remove volatile from LightWeightHashSet. (Junping Du via llu)
 
     HDFS-4657.  Limit the number of blocks logged by the NN after a block
     report to a configurable value.  (Aaron T. Myers via Colin Patrick