Move HDFS-3405 to 2.4.0 section in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Wang 2014-03-11 00:47:50 +00:00
parent 024f8e931f
commit 2e57b1fe86
1 changed files with 3 additions and 3 deletions

View File

@ -122,9 +122,6 @@ Trunk (Unreleased)
HDFS-5138. Support HDFS upgrade in HA. (atm via todd)
HDFS-3405. Checkpointing should use HTTP POST or PUT instead of GET-GET
to send merged fsimages. (Vinayakumar B via wang)
OPTIMIZATIONS
BUG FIXES
@ -399,6 +396,9 @@ Release 2.4.0 - UNRELEASED
HDFS-6055. Change default configuration to limit file name length in HDFS.
(cnauroth)
HDFS-3405. Checkpointing should use HTTP POST or PUT instead of GET-GET
to send merged fsimages. (Vinayakumar B via wang)
OPTIMIZATIONS
HDFS-5790. LeaseManager.findPath is very slow when many leases need recovery