Author: dhruba
Date: Wed Dec 23 23:12:40 2009
New Revision: 893645
URL: http://svn.apache.org/viewvc?rev=893645&view=rev
Log:
HDFS-762. Balancer causes Null Pointer Exception.
(Cristian Ivascu via dhruba)
Modified:
hadoop/hdfs/trunk/CHANGES.txt
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=893645&r1=893644&r2=893645&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Dec 23 23:12:40 2009
@@ -584,9 +584,6 @@
HDFS-849. TestFiDataTransferProtocol2#pipeline_Fi_18 sometimes fails.
(hairong)
- HDFS-762. Balancer causes Null Pointer Exception.
- (Cristian Ivascu via dhruba)
-
Release 0.20.2 - Unreleased
IMPROVEMENTS
@@ -626,6 +623,9 @@
HDFS-101. DFS write pipeline: DFSClient sometimes does not detect second
datanode failure. (hairong)
+ HDFS-762. Balancer causes Null Pointer Exception.
+ (Cristian Ivascu via dhruba)
+
Release 0.20.1 - 2009-09-01
IMPROVEMENTS