Move HDFS-8540 to 2.8 in CHANGES.txt.

This commit is contained in:
Tsz-Wo Nicholas Sze 2015-06-15 17:01:55 -07:00
parent 9ba29f081b
commit 95483513ed
1 changed files with 3 additions and 3 deletions

View File

@ -289,6 +289,9 @@ Release 2.8.0 - UNRELEASED
HDFS-8499. Refactor BlockInfo class hierarchy with static helper class.
(Zhe Zhang via wang)
HDFS-8540. Mover should exit with NO_MOVE_BLOCK if no block can be moved.
(surendra singh lilhore via szetszwo)
OPTIMIZATIONS
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
@ -580,9 +583,6 @@ Release 2.7.1 - UNRELEASED
HDFS-8521. Add VisibleForTesting annotation to
BlockPoolSlice#selectReplicaToDelete. (cmccabe)
HDFS-8540. Mover should exit with NO_MOVE_BLOCK if no block can be moved.
(surendra singh lilhore via szetszwo)
OPTIMIZATIONS
BUG FIXES