Repository: hadoop
Updated Branches:
  refs/heads/trunk 1107bd399 -> 0841940a2


Fixup CHANGES.txt to reflect recent commits to 2.7.2 and 2.6.2


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

Branch: refs/heads/trunk
Commit: 0841940a21737890e01731e66bc403786a78a922
Parents: 1107bd3
Author: Jason Lowe <jl...@apache.org>
Authored: Thu Oct 8 16:45:29 2015 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Thu Oct 8 16:45:29 2015 +0000

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt | 39 +++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0841940a/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index d5e6920..c4d6ec9 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -705,9 +705,6 @@ Release 2.8.0 - UNRELEASED
     YARN-3655. FairScheduler: potential livelock due to maxAMShare limitation
     and container reservation. (Zhihai Xu via kasha)
 
-    YARN-3780. Should use equals when compare Resource in 
RMNodeImpl#ReconnectNodeTransition.
-    (zhihai xu via devaraj)
-
     YARN-3747. TestLocalDirsHandlerService should delete the created test 
directory logDir2.
     (David Moore via devaraj)
 
@@ -725,9 +722,6 @@ Release 2.8.0 - UNRELEASED
     YARN-3824. Fix two minor nits in member variable properties
     of YarnConfiguration. (Ray Chiang via devaraj)
 
-    YARN-3802. Two RMNodes for the same NodeId are used in RM sometimes
-    after NM is reconnected. (zhihai xu via xgong)
-
     YARN-3835. hadoop-yarn-server-resourcemanager test package bundles
     core-site.xml, yarn-site.xml (vamsee via rkanter)
 
@@ -856,9 +850,6 @@ Release 2.8.0 - UNRELEASED
     YARN-3992. TestApplicationPriority.testApplicationPriorityAllocation fails 
     intermittently. (Contributed by Sunil G)
 
-    YARN-4005. Completed container whose app is finished is possibly not
-    removed from NMStateStore. (Jun Gong via jianhe)
-
     YARN-3987. Send AM container completed msg to NM once AM finishes.
     (sandflee via jianhe)
 
@@ -868,9 +859,6 @@ Release 2.8.0 - UNRELEASED
     YARN-3986. getTransferredContainers in AbstractYarnScheduler should be 
present
     in YarnScheduler interface instead. (Varun Saxena via rohithsharmaks)
 
-    YARN-3896. RMNode transitioned from RUNNING to REBOOTED because its 
response id 
-    has not been reset synchronously. (Jun Gong via rohithsharmaks)
-
     YARN-4082. Container shouldn't be killed when node's label updated.
     (Wangda Tan via vvasudev)
 
@@ -1025,6 +1013,18 @@ Release 2.7.2 - UNRELEASED
     YARN-4209. RMStateStore FENCED state doesn’t work due to 
updateFencedState called 
     by stateMachine.doTransition. (Zhihai Xu via rohithsharmaks)
 
+    YARN-4005. Completed container whose app is finished is possibly not
+    removed from NMStateStore. (Jun Gong via jianhe)
+
+    YARN-3780. Should use equals when compare Resource in 
RMNodeImpl#ReconnectNodeTransition.
+    (zhihai xu via devaraj)
+
+    YARN-3802. Two RMNodes for the same NodeId are used in RM sometimes
+    after NM is reconnected. (zhihai xu via xgong)
+
+    YARN-3896. RMNode transitioned from RUNNING to REBOOTED because its 
response id 
+    has not been reset synchronously. (Jun Gong via rohithsharmaks)
+
 Release 2.7.1 - 2015-07-06
 
   INCOMPATIBLE CHANGES
@@ -1765,6 +1765,21 @@ Release 2.6.2 - UNRELEASED
 
   BUG FIXES
 
+    YARN-4005. Completed container whose app is finished is possibly not
+    removed from NMStateStore. (Jun Gong via jianhe)
+
+    YARN-3780. Should use equals when compare Resource in 
RMNodeImpl#ReconnectNodeTransition.
+    (zhihai xu via devaraj)
+
+    YARN-3802. Two RMNodes for the same NodeId are used in RM sometimes
+    after NM is reconnected. (zhihai xu via xgong)
+
+    YARN-3194. RM should handle NMContainerStatuses sent by NM while
+    registering if NM is Reconnected node (Rohith via jlowe)
+
+    YARN-3896. RMNode transitioned from RUNNING to REBOOTED because its 
response id 
+    has not been reset synchronously. (Jun Gong via rohithsharmaks)
+
 Release 2.6.1 - 2015-09-23
 
   INCOMPATIBLE CHANGES

Reply via email to