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 22B0C18E52 for ; Wed, 26 Aug 2015 22:39:36 +0000 (UTC) Received: (qmail 48897 invoked by uid 500); 26 Aug 2015 22:39:36 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 48859 invoked by uid 500); 26 Aug 2015 22:39:36 -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 48849 invoked by uid 99); 26 Aug 2015 22:39:36 -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, 26 Aug 2015 22:39:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEB39E0427; Wed, 26 Aug 2015 22:39:35 +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: <9495860b2d0e49a4aa7324825b8edbf6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: Updating CHANGES.txt for TEZ-2565 (rbalamohan) Date: Wed, 26 Aug 2015 22:39:35 +0000 (UTC) Repository: tez Updated Branches: refs/heads/master 601fa0156 -> 9a3d8898b Updating CHANGES.txt for TEZ-2565 (rbalamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/9a3d8898 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9a3d8898 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9a3d8898 Branch: refs/heads/master Commit: 9a3d8898bf8fbfe90776e6c2d1591d05cca7c47b Parents: 601fa01 Author: Rajesh Balamohan Authored: Thu Aug 27 04:13:15 2015 +0530 Committer: Rajesh Balamohan Committed: Thu Aug 27 04:13:15 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9a3d8898/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 19d0cf4..42e7290 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -54,6 +54,7 @@ ALL CHANGES: TEZ-2575. Handle KeyValue pairs size which do not fit in a single block. TEZ-2599. Dont send obsoleted data movement events to tasks TEZ-2542. TezDAGID fromString array length check. + TEZ-2565. Consider scanning unfinished tasks in VertexImpl::constructStatistics to reduce merge overhead. TEZ-2296. Add option to print counters for tez-examples. TEZ-2570. Fix license header issue for eps image files. TEZ-2378. In case Fetcher (unordered) fails to do local fetch, log in debug mode to reduce log size.