Move line for HDFS-2422 under 0.23 instead of 0.24.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1182220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Aaron Myers 2011-10-12 06:26:26 +00:00
parent 0a96e88129
commit c3792b4b3f

View File

@ -110,9 +110,6 @@ Trunk (unreleased changes)
HDFS-2404. webhdfs liststatus json response is not correct. (suresh)
HDFS-2422. The NN should tolerate the same number of low-resource volumes
as failed volumes (atm)
HDFS-2349. Corruption detected during block transfers between DNs
should log a WARN instead of INFO. (harsh)
@ -1138,6 +1135,9 @@ Release 0.23.0 - Unreleased
HDFS-2414. Fix TestDFSRollback to avoid spurious failures. (todd)
HDFS-2422. The NN should tolerate the same number of low-resource volumes
as failed volumes (atm)
BREAKDOWN OF HDFS-1073 SUBTASKS
HDFS-1521. Persist transaction ID on disk between NN restarts.