HDFS-6482. Fix CHANGES.txt in trunk

This commit is contained in:
arp 2014-09-09 13:32:08 -07:00
parent 61ccd50362
commit be30c86cc9
1 changed files with 3 additions and 3 deletions

View File

@ -130,9 +130,6 @@ Trunk (Unreleased)
HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable
directory. (Jing Zhao via wheat9)
HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via
Colin Patrick McCabe)
OPTIMIZATIONS
BUG FIXES
@ -457,6 +454,9 @@ Release 2.6.0 - UNRELEASED
HDFS-6036. Forcibly timeout misbehaving DFSClients that try to do
no-checksum reads that extend too long (cmccabe)
HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via
Colin Patrick McCabe)
OPTIMIZATIONS
HDFS-6690. Deduplicate xattr names in memory. (wang)