From c3792b4b3f88d3be72ce96ab98907bf8f73d820e Mon Sep 17 00:00:00 2001 From: Aaron Myers Date: Wed, 12 Oct 2011 06:26:26 +0000 Subject: [PATCH] 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 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 5194d7c43c7..194a4f38127 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -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.