You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2007/12/21 21:26:30 UTC

svn commit: r606297 - /lucene/hadoop/trunk/CHANGES.txt

Author: acmurthy
Date: Fri Dec 21 12:26:30 2007
New Revision: 606297

URL: http://svn.apache.org/viewvc?rev=606297&view=rev
Log:
Scheduling HADOOP-2247 for release 0.16.0.

Modified:
    lucene/hadoop/trunk/CHANGES.txt

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=606297&r1=606296&r2=606297&view=diff
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Fri Dec 21 12:26:30 2007
@@ -276,6 +276,14 @@
     HADOOP-2476. Unit test failure while reading permission bits of local
     file system (on Windows) fixed.  (Raghu Angadi via dhruba)
 
+    HADOOP-2247.  Fine-tune the strategies for killing mappers and reducers
+    due to failures while fetching map-outputs. Now the map-completion times
+    and number of currently running reduces are taken into account by the
+    JobTracker before  killing the mappers, while the progress made by the
+    reducer and the number of fetch-failures vis-a-vis total number of
+    fetch-attempts are taken into account before teh reducer kills itself.
+    (Amar Kamat via acmurthy)
+
 Branch 0.15 (unreleased)
 
   BUG FIXES
@@ -317,14 +325,6 @@
     HADOOP-2437.  Fix the LocalDirAllocator to choose the seed for the
     round-robin disk selections randomly. This helps in spreading data across
     multiple partitions much better. (acmurhty)
-
-    HADOOP-2247.  Fine-tune the strategies for killing mappers and reducers
-    due to failures while fetching map-outputs. Now the map-completion times
-    and number of currently running reduces are taken into account by the
-    JobTracker before  killing the mappers, while the progress made by the
-    reducer and the number of fetch-failures vis-a-vis total number of
-    fetch-attempts are taken into account before teh reducer kills itself.
-    (Amar Kamat via acmurthy)
 
   IMPROVEMENTS