Fix CHANGES.txt for HDFS-3129

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1305631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-03-26 22:16:11 +00:00
parent 99a321419f
commit 7ef57bfc81
2 changed files with 3 additions and 3 deletions

View File

@ -282,9 +282,6 @@ Release 0.23.3 - UNRELEASED
HADOOP-8159. NetworkTopology: getLeaf should check for invalid topologies.
(Colin Patrick McCabe via eli)
HDFS-3129. NetworkTopology: add test that getLeaf should check for
invalid topologies (Colin Patrick McCabe via eli)
HADOOP-8204. TestHealthMonitor fails occasionally (todd)
BREAKDOWN OF HADOOP-7454 SUBTASKS

View File

@ -266,6 +266,9 @@ Release 0.23.3 - UNRELEASED
HDFS-3089. Move FSDatasetInterface and the related classes to a package.
(szetszwo)
HDFS-3129. NetworkTopology: add test that getLeaf should check for
invalid topologies (Colin Patrick McCabe via eli)
OPTIMIZATIONS
HDFS-3024. Improve performance of stringification in addStoredBlock (todd)