Author: hairong
Date: Thu Jul 24 12:21:36 2008
New Revision: 679506
URL: http://svn.apache.org/viewvc?rev=679506&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/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=679506&r1=679505&r2=679506&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Jul 24 12:21:36 2008
@@ -816,6 +816,12 @@
HADOOP-3546. TaskTracker re-initialization gets stuck in cleaning up.
(Amareshwari Sriramadasu via ddas)
+ HADOOP-3576. Fix NullPointerException when renaming a directory
+ to its subdirectory. (Tse Wo (Nicholas), SZE via hairong)
+
+ HADOOP-3320. Fix NullPointerException in NetworkTopology.getDistance().
+ (hairong)
+
HADOOP-3569. KFS input stream read() now correctly reads 1 byte
instead of 4. (Sriram Rao via omalley)
@@ -917,6 +923,14 @@
HADOOP-3776. Fix NPE at NameNode when datanode reports a block after it is
deleted at NameNode. (rangadi)
+ HADOOP-3537. Disallow adding a datanode to a network topology when its
+ network location is not resolved. (hairong)
+
+ HADOOP-3571. Fix bug in block removal used in lease recovery. (shv)
+
+ HADOOP-3645. MetricsTimeVaryingRate returns wrong value for
+ metric_avg_time. (Lohit Vijayarenu via hairong)
+
Release 0.17.2 - Unreleased
BUG FIXES
@@ -942,6 +956,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
@@ -985,23 +1002,6 @@
HADOOP-1979. Speed up fsck by adding a buffered stream. (Lohit
Vijaya Renu via omalley)
- HADOOP-3576. Fix NullPointerException when renaming a directory
- to its subdirectory. (Tse Wo (Nicholas), SZE via hairong)
-
- HADOOP-3320. Fix NullPointerException in NetworkTopology.getDistance().
- (hairong)
-
- HADOOP-3537. Disallow adding a datanode to a network topology when its
- network location is not resolved. (hairong)
-
- HADOOP-3571. Fix bug in block removal used in lease recovery. (shv)
-
- HADOOP-3645. MetricsTimeVaryingRate returns wrong value for
- metric_avg_time. (Lohit Vijayarenu via hairong)
-
- 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