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/TEZ-3334 Commit: 6cf437854f54e42b9c0c38257ee5c3d6f0d0abe3 Parents: f735f48 Author: Siddharth Seth <[email protected]> Authored: Wed Oct 26 11:05:54 2016 -0700 Committer: Siddharth Seth <[email protected]> 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
