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 as...@apache.org on 2016/02/11 09:00:20 UTC

[46/50] hadoop git commit: Move YARN-4519 in CHANGES.txt to 2.8

Move YARN-4519 in CHANGES.txt to 2.8


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/39a71b60
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/39a71b60
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/39a71b60

Branch: refs/heads/yarn-2877
Commit: 39a71b606a4abdc46ea6dfce2b79480b47ec18b5
Parents: d16b17b
Author: Jian He <ji...@apache.org>
Authored: Thu Feb 11 10:17:10 2016 +0800
Committer: Jian He <ji...@apache.org>
Committed: Thu Feb 11 10:17:10 2016 +0800

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/39a71b60/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 5c819f5..329e04b 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -182,9 +182,6 @@ Release 2.9.0 - UNRELEASED
     YARN-4633. Fix random test failure in TestRMRestart#testRMRestartAfterPreemption
     (Bibin A Chundatt via rohithsharmaks)
 
-    YARN-4519. Potential deadlock of CapacityScheduler between decrease container
-    and assign containers. (Meng Ding via jianhe)
-
     YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant
     (Akihiro Suda via rohithsharmaks)
 
@@ -804,6 +801,9 @@ Release 2.8.0 - UNRELEASED
 
     YARN-4420. Add REST API for List Reservations. (Sean Po via curino)
 
+    YARN-4519. Potential deadlock of CapacityScheduler between decrease container
+    and assign containers. (Meng Ding via jianhe)
+
     YARN-4138. Roll back container resource allocation after resource
     increase token expires. (Meng Ding via jianhe)