From a628f675900d2533ddf86fb3d3e601238ecd68c3 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Tue, 21 Jul 2015 11:45:00 +0900 Subject: [PATCH] Move HDFS-6945 to 2.7.2 section in CHANGES.txt. --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 388b5535bb3..1293388c287 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -762,9 +762,6 @@ Release 2.8.0 - UNRELEASED HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu) - HDFS-6945. BlockManager should remove a block from excessReplicateMap and - decrement ExcessBlocks metric when the block is removed. (aajisaka) - HDFS-7922. ShortCircuitCache#close is not releasing ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe) @@ -1072,8 +1069,11 @@ Release 2.7.2 - UNRELEASED HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal) BUG FIXES - -Release 2.7.1 - 2015-07-06 + + HDFS-6945. BlockManager should remove a block from excessReplicateMap and + decrement ExcessBlocks metric when the block is removed. (aajisaka) + +Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES