Repository: hadoop Updated Branches: refs/heads/branch-2.8 5468c40fe -> e75ca5213
In CHANGES.txt, move HDFS-9294 to Release 2.6.4. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e75ca521 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e75ca521 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e75ca521 Branch: refs/heads/branch-2.8 Commit: e75ca5213885114bdd2e6a41201879ee9b6fc52a Parents: 5468c40 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Sat Jan 16 23:44:14 2016 +0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Sat Jan 16 23:47:20 2016 +0800 ---------------------------------------------------------------------- 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/e75ca521/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 564b792..0f33c85 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1784,9 +1784,6 @@ Release 2.7.2 - UNRELEASED HDFS-9426. Rollingupgrade finalization is not backward compatible (Kihwal Lee via vinayakumarb) - HDFS-9294. DFSClient deadlock when close file and failed to renew lease. - (Brahma Reddy Battula via szetszwo) - HDFS-9445. Datanode may deadlock while handling a bad volume. (Wlater Su via Kihwal) @@ -2845,6 +2842,9 @@ Release 2.6.4 - UNRELEASED HDFS-9600. do not check replication if the block is under construction (Phil Yang via vinayakumarb) + HDFS-9294. DFSClient deadlock when close file and failed to renew lease. + (Brahma Reddy Battula via szetszwo) + Release 2.6.3 - 2015-12-17 INCOMPATIBLE CHANGES
