Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAC0E18216 for ; Wed, 16 Dec 2015 22:46:21 +0000 (UTC) Received: (qmail 85295 invoked by uid 500); 16 Dec 2015 22:46:21 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 85253 invoked by uid 500); 16 Dec 2015 22:46:21 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 85244 invoked by uid 99); 16 Dec 2015 22:46:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 22:46:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6048DFE01; Wed, 16 Dec 2015 22:46:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rbalamohan@apache.org To: commits@tez.apache.org Message-Id: <80d509f1abf94cc29a97f09e1dd22a8e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: Updating CHANGES.txt (rbalamohan) Date: Wed, 16 Dec 2015 22:46:21 +0000 (UTC) Repository: tez Updated Branches: refs/heads/master eee485a69 -> 64864352b 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/64864352 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/64864352 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/64864352 Branch: refs/heads/master Commit: 64864352bbe327d3bfcf848de0670cfe4e2f5e2f Parents: eee485a Author: Rajesh Balamohan Authored: Thu Dec 17 04:16:11 2015 +0530 Committer: Rajesh Balamohan Committed: Thu Dec 17 04:16:11 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/64864352/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 2a2addc..17142ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -296,6 +296,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES + TEZ-2538. ADDITIONAL_SPILL_COUNT wrongly populated for DefaultSorter with multiple partitions. TEZ-3006. Remove unused import in TestHistoryParser. TEZ-2979. FlakyTest: org.apache.tez.history.TestHistoryParser. TEZ-2684. ShuffleVertexManager.parsePartitionStats throws IllegalStateException: Stats should be initialized.