Author: dhruba Date: Thu Oct 11 12:41:19 2007 New Revision: 583932 URL: http://svn.apache.org/viewvc?rev=583932&view=rev Log: HADOOP-2026 is actually a bug fix rather than an improvement. Moving the comment to the appropriate section in the CHANGES.txt. (Dhruba Borthakur)
Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=583932&r1=583931&r2=583932&view=diff ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Thu Oct 11 12:41:19 2007 @@ -263,6 +263,9 @@ 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 @@ -381,9 +384,6 @@ HADOOP-1942. Increase the concurrency of transaction logging to 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