Repository: hadoop Updated Branches: refs/heads/branch-2.7 c05ba079e -> fb1505312
HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fb150531 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fb150531 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fb150531 Branch: refs/heads/branch-2.7 Commit: fb15053124c9ec6c307dc6fa3cbe87069daec925 Parents: c05ba07 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:48:53 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fb150531/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 4b7a030..6af9e71 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -13,9 +13,6 @@ Release 2.7.2 - UNRELEASED HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) - HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write - files rather than the entire DFSClient. (mingma) - OPTIMIZATIONS HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal) @@ -1148,6 +1145,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)
