瀏覽代碼

HADOOP-1743. Move to optimizations section of CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@569013 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 年之前
父節點
當前提交
3b729e6be2
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      CHANGES.txt

+ 4 - 4
CHANGES.txt

@@ -37,6 +37,10 @@ Trunk (unreleased changes)
     TreeMap in HDFS Namespace with ArrayList.  
     (Dhruba Borthakur via dhruba)
 
+    HADOOP-1743.  Change DFS INode from a nested class to standalone
+    class, with specialized subclasses for directories and files, to
+    save memory on the namenode.  (Konstantin Shvachko via cutting)
+
   BUG FIXES
 
     HADOOP-1463.  HDFS report correct usage statistics for disk space
@@ -73,10 +77,6 @@ Trunk (unreleased changes)
     HADOOP-1703.  DFS-internal code cleanups, removing several uses of
     the obsolete UTF8.  (Christophe Taton via cutting)
 
-    HADOOP-1743.  Change DFS INode from a nested class to standalone
-    class, with specialized subclasses for directories and files, to
-    save memory on the namenode.  (Konstantin Shvachko via cutting)
-
     HADOOP-1731.  Add Hadoop's version to contrib jar file names.
     (cutting)