You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by rb...@apache.org on 2015/12/14 03:56:21 UTC

tez git commit: Updating CHANGES.txt (rbalamohan)

Repository: tez
Updated Branches:
  refs/heads/master a34f10965 -> 19464785a


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/19464785
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/19464785
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/19464785

Branch: refs/heads/master
Commit: 19464785a4197c034892a56911838a639a9e42f5
Parents: a34f109
Author: Rajesh Balamohan <rb...@apache.org>
Authored: Mon Dec 14 08:26:10 2015 +0530
Committer: Rajesh Balamohan <rb...@apache.org>
Committed: Mon Dec 14 08:26:10 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/tez/blob/19464785/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0df79bc..2f63a13 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -290,6 +290,8 @@ INCOMPATIBLE CHANGES
   TEZ-2949. Allow duplicate dag names within session for Tez.
 
 ALL CHANGES
+  TEZ-2684. ShuffleVertexManager.parsePartitionStats throws IllegalStateException: Stats should be initialized.
+  TEZ-2496. Consider scheduling tasks in ShuffleVertexManager based on the partition sizes from the source.
   TEZ-2995. Timeline primary filter should only be on callerId and not type.
   TEZ-2824. Add javadocs for Vertex.setConf and DAG.setConf.
   TEZ-2963. RecoveryService#handleSummaryEvent exception with HDFS transparent encryption + kerberos authentication.