Author: szetszwo
Date: Thu Apr 9 16:41:28 2009
New Revision: 763728
URL: http://svn.apache.org/viewvc?rev=763728&view=rev
Log:
Fix CHANGES.txt.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=763728&r1=763727&r2=763728&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Apr 9 16:41:28 2009
@@ -209,6 +209,9 @@
HADOOP-4365. Make Configuration::getProps protected in support of
meaningful subclassing. (Steve Loughran via cdouglas)
+ HADOOP-2413. Remove the static variable FSNamesystem.fsNamesystemObject.
+ (Konstantin Shvachko via szetszwo)
+
OPTIMIZATIONS
HADOOP-5595. NameNode does not need to run a replicator to choose a
@@ -297,9 +300,6 @@
HADOOP-5206. Synchronize "unprotected*" methods of FSDirectory on the root.
(Jakob Homan via shv)
- HADOOP-5227. Fix distcp so -update and -delete can be meaningfully
- combined. (Tsz Wo (Nicholas), SZE via cdouglas)
-
HADOOP-5292. Fix NPE in KFS::getBlockLocations. (Sriram Rao via lohit)
HADOOP-5219. Adds a new property io.seqfile.local.dir for use by
SequenceFile,
@@ -308,9 +308,6 @@
HADOOP-5300. Fix ant javadoc-dev target and the typo in the class name
NameNodeActivtyMBean. (szetszwo)
- HADOOP-5305. Increase number of files and print debug messages in
- TestCopyFiles. (szetszwo)
-
HADOOP-5218. libhdfs unit test failed because it was unable to
start namenode/datanode. Fixed. (dhruba)
@@ -367,9 +364,6 @@
HADOOP-5464. DFSClient did not treat write timeout of 0 properly.
(Raghu Angadi)
- HADOOP-2413. Remove the static variable FSNamesystem.fsNamesystemObject.
- (Konstantin Shvachko via szetszwo)
-
HADOOP-4045. Fix processing of IO errors in EditsLog.
(Boris Shkolnik via shv)
@@ -1201,6 +1195,12 @@
join back before scheduling new tasks. This fixes race conditions
associated
with greedy scheduling as was the case earlier. (Amar Kamat via ddas)
+ HADOOP-5227. Fix distcp so -update and -delete can be meaningfully
+ combined. (Tsz Wo (Nicholas), SZE via cdouglas)
+
+ HADOOP-5305. Increase number of files and print debug messages in
+ TestCopyFiles. (szetszwo)
+
HADOOP-5548. Add synchronization for JobTracker methods in RecoveryManager.
(Amareshwari Sriramadasu via sharad)