diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index d148b86abae..9888323ec06 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -145,9 +145,6 @@ Release 2.7.0 - UNRELEASED HDFS-7324. haadmin command usage prints incorrect command name. (Brahma Reddy Battula via suresh) - HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer - crashes with an unchecked exception (rushabhs via cmccabe) - Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES @@ -763,6 +760,9 @@ Release 2.6.0 - UNRELEASED HDFS-7218. FSNamesystem ACL operations should write to audit log on failure. (clamb via yliu) + HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer + crashes with an unchecked exception (rushabhs via cmccabe) + BREAKDOWN OF HDFS-6581 SUBTASKS AND RELATED JIRAS HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)