|
@@ -1677,6 +1677,11 @@ Release 0.20.2 - Unreleased
|
|
|
before it constructs and sends its own ack message for the packet.
|
|
|
(hairong)
|
|
|
|
|
|
+ HDFS-723. Fix deadlock in DFSClient#DFSOutputStream. (hairong)
|
|
|
+
|
|
|
+ HDFS-732. DFSClient.DFSOutputStream.close() should throw an exception if
|
|
|
+ the stream cannot be closed successfully. (szetszwo)
|
|
|
+
|
|
|
IMPROVEMENTS
|
|
|
|
|
|
HDFS-187. Initialize secondary namenode http address in TestStartup.
|
|
@@ -1685,6 +1690,12 @@ Release 0.20.2 - Unreleased
|
|
|
HDFS-185. Disallow chown, chgrp, chmod, setQuota, and setSpaceQuota when
|
|
|
name-node is in safemode. (Ravi Phulari via shv)
|
|
|
|
|
|
+ HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
|
|
|
+ via tomwhite)
|
|
|
+
|
|
|
+ HADOOP-5612. Some c++ scripts are not chmodded before ant execution.
|
|
|
+ (Todd Lipcon via tomwhite)
|
|
|
+
|
|
|
HDFS-579. Fix DfsTask to follow the semantics of 0.19, regarding non-zero
|
|
|
return values as failures. (Christian Kunz via cdouglas)
|
|
|
|