Repository: hadoop Updated Branches: refs/heads/branch-2.6 701b2d3a4 -> a8620f550
HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd) (cherry picked from commit fb15053124c9ec6c307dc6fa3cbe87069daec925) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a8620f55 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a8620f55 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a8620f55 Branch: refs/heads/branch-2.6 Commit: a8620f550124b25e812a861fe16c99135c3a18d5 Parents: 701b2d3 Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Thu Sep 10 16:46:16 2015 -0700 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Thu Sep 10 16:50:15 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a8620f55/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 d7c8140..40262fc 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -76,6 +76,9 @@ Release 2.6.1 - 2015-09-09 HDFS-7213. processIncrementalBlockReport performance degradation. (Eric Payne via kihwal) + HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write + files rather than the entire DFSClient. (mingma) + HDFS-7235. DataNode#transferBlock should report blocks that don't exist using reportBadBlock (yzhang via cmccabe)
