Fix CHANGES.txt for HDFS-7722.

This commit is contained in:
Arpit Agarwal 2015-03-18 12:52:42 -07:00
parent 6b7cf6e096
commit e7ceb434d0
1 changed files with 3 additions and 3 deletions

View File

@ -882,6 +882,9 @@ Release 2.7.0 - UNRELEASED
TestFsDatasetImpl#testAddVolumeFailureReleasesInUseLock on Linux
(Xiaoyu Yao via Arpit Agarwal)
HDFS-7722. DataNode#checkDiskError should also remove Storage when error
is found. (Lei Xu via Colin P. McCabe)
BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode
@ -902,9 +905,6 @@ Release 2.7.0 - UNRELEASED
HDFS-7806. Refactor: move StorageType from hadoop-hdfs to
hadoop-common. (Xiaoyu Yao via Arpit Agarwal)
HDFS-7722. DataNode#checkDiskError should also remove Storage when error
is found. (Lei Xu via Colin P. McCabe)
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES