Browse Source

HADOOP-2026 is actually a bug fix rather than an improvement. Moving the
comment to the appropriate section in the CHANGES.txt.
(Dhruba Borthakur)



git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@583932 13f79535-47bb-0310-9956-ffa450edef68

Dhruba Borthakur 18 năm trước cách đây
mục cha
commit
23f72997c1
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -263,6 +263,9 @@ Trunk (unreleased changes)
     the JobTracker. Deadlock was seen in the JobTracker because of the lack of
     this synchronization.  (Arun C Murthy via ddas)
 
+    HADOOP-2026. Namenode prints out one log line for "Number of transactions"
+    at most once every minute. (Dhruba Borthakur)
+
   IMPROVEMENTS
 
     HADOOP-1908. Restructure data node code so that block sending and 
@@ -382,9 +385,6 @@ Trunk (unreleased changes)
     edits log. Reduce the number of syncs by double-buffering the changes
     to the transaction log. (Dhruba Borthakur)
 
-    HADOOP-2026. Namenode prints out one log line for "Number of transactions"
-    at most once every minute. (Dhruba Borthakur)
-
 
 Release 0.14.2 - 2007-10-09