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 ac...@apache.org on 2013/07/05 05:15:38 UTC

svn commit: r1499900 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: acmurthy
Date: Fri Jul  5 03:15:38 2013
New Revision: 1499900

URL: http://svn.apache.org/r1499900
Log:
MAPREDUCE-5364. Committed to branch-1.2 also.

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1499900&r1=1499899&r2=1499900&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Fri Jul  5 03:15:38 2013
@@ -71,9 +71,6 @@ Release 1.3.0 - unreleased
     HADOOP-9678. TestRPC#testStopsAllThreads intermittently fails on Windows.
     (Ivan Mitic via cnauroth)
 
-    MAPREDUCE-5364. Deadlock between RenewalTimerTask methods cancel() and run(). 
-    (kkambatl via tucu)
-
 Release 1.2.1 - Unreleased 
 
   INCOMPATIBLE CHANGES
@@ -117,6 +114,9 @@ Release 1.2.1 - Unreleased 
     MAPREDUCE-5351. Fixed a memory leak in JobTracker due to stable FS objects in
     FSCache. (Sandy Ryza via acmurthy)
 
+    MAPREDUCE-5364. Deadlock between RenewalTimerTask methods cancel() and run(). 
+    (kkambatl via tucu)
+
 Release 1.2.0 - 2013.05.05
 
   INCOMPATIBLE CHANGES