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 jl...@apache.org on 2013/08/02 01:55:30 UTC

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

Author: jlowe
Date: Thu Aug  1 23:55:30 2013
New Revision: 1509476

URL: http://svn.apache.org/r1509476
Log:
svn merge -c 1509475 FIXES: Correct fix versions for MAPREDUCE-5428 and YARN-573.

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=1509476&r1=1509475&r2=1509476&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/CHANGES.txt Thu Aug  1 23:55:30 2013
@@ -36,6 +36,9 @@ Release 2.1.1-beta - UNRELEASED
     YARN-502. Fixed a state machine issue with RMNode inside ResourceManager
     which was crashing scheduler. (Mayank Bansal via vinodkv)
 
+    YARN-573. Shared data structures in Public Localizer and Private Localizer
+    are not Thread safe. (Omkar Vinit Joshi via jlowe)
+
 Release 2.1.0-beta - 2013-08-06
 
   INCOMPATIBLE CHANGES
@@ -768,9 +771,6 @@ Release 2.1.0-beta - 2013-08-06
     YARN-945. Removed setting of AMRMToken's service from ResourceManager
     and changed client libraries do it all the time and correctly. (vinodkv)
 
-    YARN-573. Shared data structures in Public Localizer and Private Localizer
-    are not Thread safe. (Omkar Vinit Joshi via jlowe)
-
   BREAKDOWN OF HADOOP-8562/YARN-191 SUBTASKS AND RELATED JIRAS
 
     YARN-158. Yarn creating package-info.java must not depend on sh.