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 EFF3D111B6 for ; Thu, 26 Jun 2014 20:12:48 +0000 (UTC) Received: (qmail 64464 invoked by uid 500); 26 Jun 2014 20:12:48 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 64423 invoked by uid 500); 26 Jun 2014 20:12:48 -0000 Mailing-List: contact commits-help@tez.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.incubator.apache.org Delivered-To: mailing list commits@tez.incubator.apache.org Received: (qmail 64414 invoked by uid 99); 26 Jun 2014 20:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 20:12:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Jun 2014 20:12:47 +0000 Received: (qmail 64261 invoked by uid 99); 26 Jun 2014 20:12:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 20:12:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2604191816D; Thu, 26 Jun 2014 20:12:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sseth@apache.org To: commits@tez.incubator.apache.org Message-Id: <4e1388acad7c495db1d451c04a22afb6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Updated CHANGES.txt for 0.4.1-incubating release Date: Thu, 26 Jun 2014 20:12:27 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-tez Updated Branches: refs/heads/branch-0.4.1-incubating 03633b839 -> 79997ffd8 Updated CHANGES.txt for 0.4.1-incubating release Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/79997ffd Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/79997ffd Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/79997ffd Branch: refs/heads/branch-0.4.1-incubating Commit: 79997ffd847121bda25aa74b867f951d782371f1 Parents: 03633b8 Author: Siddharth Seth Authored: Thu Jun 26 13:12:02 2014 -0700 Committer: Siddharth Seth Committed: Thu Jun 26 13:12:02 2014 -0700 ---------------------------------------------------------------------- CHANGES.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/79997ffd/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 351a47e..0d2c28c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,36 @@ Apache Tez Change Log ===================== +Release 0.4.1-incubating: 2014-06-30 + +ALL CHANGES + + TEZ-1162. Fix CodecPool leaks in Shuffle (gopalv) + TEZ-1159. Fix handling of corrupt or empty files in recovery data. (hitesh) + TEZ-1158. Disable multiple AM attempts if recovery is disabled. (hitesh) + TEZ-1135. Fix ShuffledUnorderedKVInput handling of empty partitions. (sseth) + TEZ-1125. Pre-warm broken (bikas) + TEZ-1097. Tez assumes that the scratch directory has to be same as the default filesystem. (hitesh) + TEZ-1048. Fix an NPE which can occur when the source task generates no data for a partition, and runs multiple attempts. (sseth) + TEZ-1045. TezMiniCluster tests can fail intermittently (bikas) + TEZ-1040. Fix a bug which could cause the Merger to hang. (sseth) + TEZ-1034. Shuffling can sometimes hang with duplicate inputs for the same index. (Bikas Saha via hitesh) + TEZ-1033. AM hangs during recovery with Tasks awaiting init event. (hitesh) + TEZ-1028. Handle killed tasks and attempts when handling recovery data. (hitesh) + TEZ-1029. Fetcher can fail to report input failed event upon connection error (bikas) + TEZ-1021. TezClient cannot connect to AM in a secure cluster when launched via Oozie. (hitesh) + TEZ-1020. VertexImpl handling of task failed in SUCCEEDED state is incorrect. (bikas) + TEZ-1015. Dag failed with Invalid event: V_ROUTE_EVENT at RECOVERING. (hitesh) + TEZ-1014. Add a log message to indicate last AM attempt. (hitesh) + TEZ-1004. AM relocalization doesn't handle conflicting resources correctly. (Sergey Shelukhin via hitesh) + TEZ-1005. AM relocalization adds resources to the wrong classloader. (Sergey Shelukhin via hitesh) + TEZ-1011. TestDAGRecovery timing out on jenkins builds. (hitesh) + TEZ-1010. TestAMNodeMap.testSelfBlacklist fails intermittently (bikas) + TEZ-997. Internal Errror in am logs during dag shutdown. (hitesh) + TEZ-1009. Fixes in log file roll-over (bikas) + TEZ-998. InvalidStateTransitonException: Invalid event: V_INIT at INITED. (hitesh) + + Release 0.4.0-incubating: 2014-04-05 ALL CHANGES