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

tez git commit: Update CHANGES.txt to reflect the backport of TEZ-3317 and TEZ-3437 to branch-0.8 and branch-0.7.

Repository: tez
Updated Branches:
  refs/heads/master f735f48a4 -> 6cf437854


Update CHANGES.txt to reflect the backport of TEZ-3317 and TEZ-3437 to branch-0.8 and branch-0.7.


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

Branch: refs/heads/master
Commit: 6cf437854f54e42b9c0c38257ee5c3d6f0d0abe3
Parents: f735f48
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed Oct 26 11:05:54 2016 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Wed Oct 26 11:05:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/6cf43785/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index fc0899c..b9ba195 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -133,6 +133,8 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3437. Improve synchronization and the progress report behavior for Inputs from TEZ-3317.
+  TEZ-3317. Speculative execution starts too early due to 0 progress.
   TEZ-3452. Auto-reduce parallelism calculation can overflow with large inputs
   TEZ-3439. Tez joinvalidate fails when first input argument size is bigger than the second.
   TEZ-3464. Fix findbugs warnings in tez-dag mainLoop
@@ -631,6 +633,8 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3437. Improve synchronization and the progress report behavior for Inputs from TEZ-3317.
+  TEZ-3317. Speculative execution starts too early due to 0 progress.
   TEZ-3452. Auto-reduce parallelism calculation can overflow with large inputs
   TEZ-3439. Tez joinvalidate fails when first input argument size is bigger than the second.
   TEZ-3464. Fix findbugs warnings in tez-dag mainLoop