diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 88cc1a90cb..b9a4ba1427 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -108,9 +108,6 @@ Trunk (Unreleased) HDFS-3768. Exception in TestJettyHelper is incorrect. (Eli Reisman via jghoman) - HDFS-3789. JournalManager#format() should be able to throw IOException - (Ivan Kelly via todd) - HDFS-3723. Add support -h, -help to all the commands. (Jing Zhao via suresh) @@ -440,6 +437,9 @@ Release 2.0.3-alpha - Unreleased HDFS-3695. Genericize format() to non-file JournalManagers. (todd) + HDFS-3789. JournalManager#format() should be able to throw IOException + (Ivan Kelly via todd) + OPTIMIZATIONS BUG FIXES