Fix CHANGES.txt. Moving changes from 0.21.1 section to 0.22.0.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1207709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Konstantin Shvachko 2011-11-29 00:00:20 +00:00
parent 82da8fb490
commit 3083d7d7db

View File

@ -80,8 +80,6 @@ Trunk (unreleased changes)
(Tomasz Nykiel via todd) (Tomasz Nykiel via todd)
BUG FIXES BUG FIXES
HDFS-2287. TestParallelRead has a small off-by-one bug. (todd)
HDFS-2299. TestOfflineEditsViewer is failing on trunk. (Uma Maheswara Rao G HDFS-2299. TestOfflineEditsViewer is failing on trunk. (Uma Maheswara Rao G
via atm) via atm)
HDFS-2310. TestBackupNode fails since HADOOP-7524 went in. HDFS-2310. TestBackupNode fails since HADOOP-7524 went in.
@ -1966,10 +1964,19 @@ Release 0.22.0 - Unreleased
HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip().
(Plamen Jeliazkov via shv) (Plamen Jeliazkov via shv)
HDFS-2573. TestFiDataXceiverServer is failing, not testing OOME (cos)
HDFS-2514. Link resolution bug for intermediate symlinks with HDFS-2514. Link resolution bug for intermediate symlinks with
relative targets. (eli) relative targets. (eli)
HDFS-2573. TestFiDataXceiverServer is failing, not testing OOME (cos) HDFS-1786. Some cli test cases expect a "null" message
(Uma Maheswara Rao G via todd)
HDFS-1855. TestDatanodeBlockScanner.testBlockCorruptionRecoveryPolicy()
part 2 fails in two different ways. (Matt Foley via eli)
HDFS-2346. TestHost2NodesMap & TestReplicasMap will fail depending upon
execution order of test methods (Laxman, Uma Maheswara Rao G via shv)
Release 0.21.1 - Unreleased Release 0.21.1 - Unreleased
@ -2065,15 +2072,6 @@ Release 0.21.1 - Unreleased
HDFS-1823. start-dfs.sh script fails if HADOOP_HOME is not set. HDFS-1823. start-dfs.sh script fails if HADOOP_HOME is not set.
(tomwhite via eli) (tomwhite via eli)
HDFS-1786. Some cli test cases expect a "null" message
(Uma Maheswara Rao G via todd)
HDFS-1855. TestDatanodeBlockScanner.testBlockCorruptionRecoveryPolicy()
part 2 fails in two different ways. (Matt Foley via eli)
HDFS-2346. TestHost2NodesMap & TestReplicasMap will fail depending upon
execution order of test methods (Laxman, Uma Maheswara Rao G via shv)
Release 0.21.1 - Unreleased Release 0.21.1 - Unreleased
HDFS-1411. Correct backup node startup command in hdfs user guide. HDFS-1411. Correct backup node startup command in hdfs user guide.