Repository: tez Updated Branches: refs/heads/master 5c6d22b04 -> 9d118e54e
Updating 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/9d118e54 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9d118e54 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9d118e54 Branch: refs/heads/master Commit: 9d118e54e527245817222e917964801a17a6f2c1 Parents: 5c6d22b Author: Rajesh Balamohan <[email protected]> Authored: Sat Aug 22 06:42:06 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Sat Aug 22 06:42:06 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9d118e54/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3400638..7871f7b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -302,6 +302,7 @@ Release 0.6.3: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2732. DefaultSorter throws ArrayIndex exceptions on 2047 Mb size sort buffers TEZ-2290. Scale memory for Default Sorter down to a max of 2047 MB if configured higher. TEZ-2734. Add a test to verify the filename generated by OnDiskMerge. TEZ-2687. ATS History shutdown happens before the min-held containers are released @@ -513,6 +514,7 @@ INCOMPATIBLE CHANGES TEZ-2552. CRC errors can cause job to run for very long time in large jobs. ALL CHANGES: + TEZ-2732. DefaultSorter throws ArrayIndex exceptions on 2047 Mb size sort buffers TEZ-2290. Scale memory for Default Sorter down to a max of 2047 MB if configured higher. TEZ-2734. Add a test to verify the filename generated by OnDiskMerge. TEZ-2687. ATS History shutdown happens before the min-held containers are released
