Repository: hadoop Updated Branches: refs/heads/branch-2.7 8517f3479 -> f6e517c6c
Updated CHANGES.txt for HDFS-11087. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6e517c6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6e517c6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f6e517c6 Branch: refs/heads/branch-2.7 Commit: f6e517c6cce16350796140facc55f3bf9ccb7785 Parents: 8517f34 Author: Konstantin V Shvachko <[email protected]> Authored: Tue Nov 15 11:10:44 2016 -0800 Committer: Konstantin V Shvachko <[email protected]> Committed: Tue Nov 15 11:10:44 2016 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f6e517c6/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 1788ae5..99113a4 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -191,7 +191,10 @@ Release 2.7.4 - UNRELEASED HDFS-9500. Fix software version counts for DataNodes during rolling upgrade. (Erik Krogen via shv) - HDFS-11056 Concurrent append and read operations lead to checksum error. + HDFS-11087. NamenodeFsck should check if the output writer is still + writable. (Erik Krogen via shv) + + HDFS-11056. Concurrent append and read operations lead to checksum error. (Wei-Chiu Chuang) Release 2.7.3 - 2016-08-25 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
