Repository: tez Updated Branches: refs/heads/master 4edba447d -> fd0ed5244
Update CHANGES.txt for TEZ-2808 backport Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/fd0ed524 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/fd0ed524 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/fd0ed524 Branch: refs/heads/master Commit: fd0ed524420e0fd9ab0ccda249cefdba04a4bab8 Parents: 4edba44 Author: Bikas Saha <[email protected]> Authored: Thu Sep 24 16:16:35 2015 -0700 Committer: Bikas Saha <[email protected]> Committed: Thu Sep 24 16:16:35 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/fd0ed524/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f1eeb6a..4c417da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -189,6 +189,7 @@ Release 0.7.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES + TEZ-2808. Race condition between preemption and container assignment TEZ-2853. Tez UI: task attempt page is coming empty TEZ-2716. DefaultSorter.isRleNeeded not thread safe TEZ-2847. Tez UI: Task details doesn't gets updated on manual refresh after job complete @@ -455,6 +456,7 @@ Release 0.6.3: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2808. Race condition between preemption and container assignment TEZ-2834. Make Tez preemption resilient to incorrect free resource reported by YARN TEZ-2097. TEZ-UI Add dag logs backend support @@ -680,6 +682,7 @@ INCOMPATIBLE CHANGES TEZ-2552. CRC errors can cause job to run for very long time in large jobs. ALL CHANGES: + TEZ-2808. Race condition between preemption and container assignment TEZ-2834. Make Tez preemption resilient to incorrect free resource reported by YARN TEZ-2812. Preemption sometimes does not respect heartbeats between preemptions
