diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3f3cbeac91a..90013af69a9 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -684,9 +684,6 @@ Release 2.9.0 - UNRELEASED HADOOP-12573. TestRPC.testClientBackOff failing. (Xiao Chen via stevel) - HADOOP-12590. TestCompressorDecompressor failing without stack traces - (John Zhuge via stevel) - HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe) @@ -1607,6 +1604,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12603. TestSymlinkLocalFSFileContext#testSetTimesSymlinkToDir occasionally fail. (Wei-Chiu Chuang via cnauroth) + HADOOP-12590. TestCompressorDecompressor failing without stack traces + (John Zhuge via stevel) + HADOOP-12700. Remove unused import in TestCompressorDecompressor.java. (John Zhuge via aajisaka)