You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2016/07/18 22:55:30 UTC

tez git commit: Update CHANGES.txt for TEZ-3329.

Repository: tez
Updated Branches:
  refs/heads/master 55f5186e5 -> a4247a7cd


Update CHANGES.txt for TEZ-3329.


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

Branch: refs/heads/master
Commit: a4247a7cd51357d267dee26e01310738012d8c7d
Parents: 55f5186
Author: Hitesh Shah <hi...@apache.org>
Authored: Mon Jul 18 15:55:16 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Mon Jul 18 15:55:16 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/a4247a7c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0661e16..a9ff8cc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -82,6 +82,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3329. Tez ATS data is incomplete for a vertex which fails or gets killed before initialization
   TEZ-3235. Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans.
   TEZ-3337. Do not log empty fields of TaskAttemptFinishedEvent to avoid confusion.
   TEZ-1248. Reduce slow-start should special case 1 reducer runs.