You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by dh...@apache.org on 2009/12/24 00:12:40 UTC

svn commit: r893645 - /hadoop/hdfs/trunk/CHANGES.txt

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