From 1b6695a4c0d76fe18d6524cc1379bc1185708c6f Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Mon, 15 Jun 2015 17:01:55 -0700 Subject: [PATCH] Move HDFS-8540 to 2.8 in CHANGES.txt. --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 584d94d24e7..9822575877e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -629,6 +629,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 @@ -917,9 +920,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