From b5d08e29e1712eac1a6e21776aa763e80771ded4 Mon Sep 17 00:00:00 2001 From: Kihwal Lee Date: Fri, 2 Oct 2015 15:02:23 -0500 Subject: [PATCH] fix CHANGES.txt --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 12a1c30909b..7fc46a6046a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1011,10 +1011,6 @@ Release 2.8.0 - UNRELEASED HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. (Zhihai Xu) - HDFS-8850. VolumeScanner thread exits with exception if there is no block - pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe - via yliu) - HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake Iwasaki via Colin P. McCabe) @@ -1187,6 +1183,10 @@ Release 2.7.2 - UNRELEASED HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures (kihwal) + HDFS-8850. VolumeScanner thread exits with exception if there is no block + pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe + via yliu) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES