Author: hairong
Date: Thu Jul 24 12:16:09 2008
New Revision: 679503
URL: http://svn.apache.org/viewvc?rev=679503&view=rev
Log:
Fix change log inconsistency among branch 0.17, branch 0.18, and trunk in
sections Release 0.17.2 and 0.17.1
Modified:
hadoop/core/branches/branch-0.17/CHANGES.txt
Modified: hadoop/core/branches/branch-0.17/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.17/CHANGES.txt?rev=679503&r1=679502&r2=679503&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.17/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.17/CHANGES.txt Thu Jul 24 12:16:09 2008
@@ -25,6 +25,9 @@
continuously, preventing excessive logging at the namenode.
(lohit vijayarenu via cdouglas)
+ HADOOP-3633. Correct exception handling in DataXceiveServer, and throttle
+ the number of xceiver threads in a data-node. (shv)
+
Release 0.17.1 - 2008-06-23
INCOMPATIBLE CHANGES
@@ -38,6 +41,9 @@
HADOOP-3522. Improve documentation on reduce pointing out that
input keys and values will be reused. (omalley)
+ HADOOP-3487. Balancer uses thread pools for managing its threads;
+ therefore provides better resource management. (hairong)
+
BUG FIXES
HADOOP-2159 Namenode stuck in safemode. The counter blockSafe should
@@ -65,9 +71,6 @@
HADOOP-1979. Speed up fsck by adding a buffered stream. (Lohit
Vijaya Renu via omalley)
- HADOOP-3633. Correct exception handling in DataXceiveServer, and throttle
- the number of xceiver threads in a data-node. (shv)
-
Release 0.17.0 - 2008-05-18
INCOMPATIBLE CHANGES