You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/02/18 10:58:13 UTC

[19/24] tez git commit: Fixing CHANGES.txt (rbalamohan)

Fixing CHANGES.txt (rbalamohan)


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

Branch: refs/heads/TEZ-2980
Commit: e24bf44869de45d8dd18b3e724d52ddbfea7f66a
Parents: a2c590b
Author: Rajesh Balamohan <rb...@apache.org>
Authored: Fri Feb 12 10:36:52 2016 -0800
Committer: Rajesh Balamohan <rb...@apache.org>
Committed: Fri Feb 12 10:36:52 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/tez/blob/e24bf448/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5f09280..8bd6f73 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -333,6 +333,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES
   TEZ-3103. Shuffle can hang when memory to memory merging enabled
+  TEZ-3107. tez-tools: Log warn msgs in case ATS has wrong values (e.g startTime > finishTime).
   TEZ-3104. Tez fails on Bzip2 intermediate output format on hadoop 2.7.1 and earlier
   TEZ-3093. CriticalPathAnalyzer should be accessible via zeppelin.
   TEZ-3089. TaskConcurrencyAnalyzer can return negative task count with very large jobs.