diff --git a/hdfs/CHANGES.txt b/hdfs/CHANGES.txt index c6f9ccf1945..a2613489dc6 100644 --- a/hdfs/CHANGES.txt +++ b/hdfs/CHANGES.txt @@ -11,6 +11,8 @@ Trunk (unreleased changes) NEW FEATURES + HDFS-1359. Add BlockPoolID to Block. (suresh) + HDFS-1365. Federation: propose ClusterID and BlockPoolID format (Tanping via boryas) @@ -671,6 +673,8 @@ Trunk (unreleased changes) HDFS-1931. Update TestDFSShell for improved "du" shell command. (Daryn Sharp via todd) + HDFS-1439. HDFS Federation: Fix compilation error in TestFiHftp. (suresh) + HDFS-1881. Federation: after taking snapshot the current directory of datanode is empty. (Tanping Wang via suresh) @@ -779,8 +783,6 @@ Release 0.22.0 - Unreleased HDFS piggyback block locations to each file status when listing a directory. (hairong) - HDFS-1359. Add BlockPoolID to Block. (suresh) - HDFS-1361. Add -fileStatus operation to NNThroughputBenchmark. (shv) HDFS-1435. Provide an option to store fsimage compressed. (hairong) @@ -1418,8 +1420,6 @@ Release 0.21.0 - 2010-08-13 error message on the screen when cat a directory or a non-existent file. (hairong) - HDFS-1439. HDFS Federation: Fix compilation error in TestFiHftp. (suresh) - NEW FEATURES HDFS-1134. Large-scale Automated Framework. (cos)