Procházet zdrojové kódy

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 před 18 roky
rodič
revize
3b729e6be2
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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)