You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2014/11/17 20:22:40 UTC

[31/50] [abbrv] tez git commit: TEZ-1742. Addendum to fix CHANGES.txt

TEZ-1742. Addendum to fix CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/8492f107
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/8492f107
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/8492f107

Branch: refs/heads/TEZ-8
Commit: 8492f10757f9134016f8149f2cc54061d8ddbb0a
Parents: 5df9004
Author: Bikas Saha <bi...@apache.org>
Authored: Fri Nov 7 08:52:53 2014 -0800
Committer: Bikas Saha <bi...@apache.org>
Committed: Fri Nov 7 08:52:53 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/8492f107/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f4742f9..5749ea2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,11 +10,11 @@ ALL CHANGES:
   TEZ-1738. Tez tfile parser for log parsing
   TEZ-1627. Remove OUTPUT_CONSUMABLE and related Event in TaskAttemptImpl
   TEZ-1749. Increase test timeout for TestLocalMode.testMultipleClientsWithSession
-  TEZ-1742. Improve response time of internal preemption
 
 Release 0.5.3: Unreleased
 
 ALL CHANGES:
+  TEZ-1742. Improve response time of internal preemption
   TEZ-1745. TestATSHistoryLoggingService::testATSHistoryLoggingServiceShutdown can be flaky.
   TEZ-1747. Increase test timeout for TestSecureShuffle.
   TEZ-1746. Flaky test in TestVertexImpl and TestExceptionPropagation.