You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by bi...@apache.org on 2014/11/08 21:07:12 UTC

[2/3] tez git commit: TEZ-1742. Addendum to fix CHANGES.txt (cherry picked from commit 8492f10757f9134016f8149f2cc54061d8ddbb0a)

TEZ-1742. Addendum to fix CHANGES.txt
(cherry picked from commit 8492f10757f9134016f8149f2cc54061d8ddbb0a)

Conflicts:
	CHANGES.txt


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

Branch: refs/heads/branch-0.5
Commit: 08669223b0c84d9c1287f69b884cdc8df535208c
Parents: 61a2525
Author: Bikas Saha <bi...@apache.org>
Authored: Fri Nov 7 08:52:53 2014 -0800
Committer: Bikas Saha <bi...@apache.org>
Committed: Sat Nov 8 12:04:10 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/tez/blob/08669223/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 779ac33..19d7f4b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,7 @@ Apache Tez Change Log
 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.