You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-commits@hadoop.apache.org by ji...@apache.org on 2014/06/10 03:02:19 UTC

svn commit: r1601539 - /hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt

Author: jianhe
Date: Tue Jun 10 01:02:19 2014
New Revision: 1601539

URL: http://svn.apache.org/r1601539
Log:
Merge r1601537 from trunk. YARN-2030. Augmented RMStateStore with state machine. Contributed by Binglin Chang

Modified:
    hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt?rev=1601539&r1=1601538&r2=1601539&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Tue Jun 10 01:02:19 2014
@@ -134,7 +134,7 @@ Release 2.5.0 - UNRELEASED
     YARN-2132. ZKRMStateStore.ZKAction#runWithRetries doesn't log the exception
     it encounters. (Vamsee Yarlagadda via kasha)
 
-    YARN-2030. Augmented RMStateStore with state machine. (Binglin Chang via jianhe)
+    YARN-2030. Augmented RMStateStore with state machine.(Binglin Chang via jianhe)
 
   OPTIMIZATIONS