You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sz...@apache.org on 2016/01/16 16:45:08 UTC

hadoop git commit: In CHANGES.txt, move HDFS-9294 to Release 2.6.4.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 2a3038653 -> 995f06f26


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/995f06f2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/995f06f2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/995f06f2

Branch: refs/heads/trunk
Commit: 995f06f2684cd30efc5d12d924dda42879232099
Parents: 2a30386
Author: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Authored: Sat Jan 16 23:44:14 2016 +0800
Committer: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Committed: Sat Jan 16 23:44:14 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/995f06f2/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 94f55b8..6c532a6 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2718,9 +2718,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)
 
@@ -3764,6 +3761,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