Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0FCEC313 for ; Mon, 30 Apr 2012 21:30:26 +0000 (UTC) Received: (qmail 32303 invoked by uid 500); 30 Apr 2012 21:30:25 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 32239 invoked by uid 500); 30 Apr 2012 21:30:25 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 32226 invoked by uid 99); 30 Apr 2012 21:30:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 21:30:25 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=NO_RDNS_DOTCOM_HELO,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.145.54.173 is neither permitted nor denied by domain of tgraves@yahoo-inc.com) Received: from [216.145.54.173] (HELO mrout3.yahoo.com) (216.145.54.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 21:30:18 +0000 Received: from SP1-EX07CAS04.ds.corp.yahoo.com (sp1-ex07cas04.corp.sp1.yahoo.com [216.252.116.155]) by mrout3.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q3ULTZ5B039427; Mon, 30 Apr 2012 14:29:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1335821375; bh=yydfmu54FgOo+QdRx4Vs7irYwW7cjmmKOy4ronud9u4=; h=From:To:Date:Subject:Message-ID:In-Reply-To:Content-Type: Content-Transfer-Encoding:MIME-Version; b=sMOXtIaO10ZsiiJBC+1sn5rNvw1bTrH0+3xiw2hDVaM9B4CveYEYCsFIP+Ih2KV2K A2v8LCmTLZ41+y9m+4VEdBCuQQbZBII0KH7FhXGzZSsuOBxiaHgIjtfOI3eC0Cj2RF cy4lUT27f9UPI/XvMwaWS6fD/roviSGi8gMxsDqs= Received: from SP1-EX07VS01.ds.corp.yahoo.com ([216.252.116.136]) by SP1-EX07CAS04.ds.corp.yahoo.com ([216.252.116.158]) with mapi; Mon, 30 Apr 2012 16:29:35 -0500 From: Thomas Graves To: "common-dev@hadoop.apache.org" , "mattf@apache.org" Date: Mon, 30 Apr 2012 16:29:30 -0500 Subject: Re: Hadoop-1.0.3 and 1.1 release / code freeze proposals Thread-Topic: Hadoop-1.0.3 and 1.1 release / code freeze proposals Thread-Index: Ac0fWomOfGvSVxSgTIKDgmg+roYWlwHvcodo Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.9.0.110114 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org You might consider pulling in these 4 jira. The are all minor but aid in debugging: MAPREDUCE-4012, MAPREDUCE-4003, MAPREDUCE-1238, and MAPREDUCE-4017. These are all already in 1.1.0. Tom On 4/20/12 8:02 PM, "Matt Foley" wrote: > Hi all, > a couple major bugs have shown up in Hadoop-1.0.2. I propose to make a > 1.0.3 release containing fixes for: > - MAPREDUCE-4154 > streaming > MR job succeeds even if the streaming command fails > - HDFS-119 logSync() m= ay > block NameNode forever. > We will also accept the following bug fixes already committed to branch-1= .0 > (see > CHANGES.txt): HADOOP-6924, HADOOP-6941, HADOOP-8188, HDFS-3127, > MAPREDUCE-3377, HADOOP-5528, HADOOP-6963, HADOOP-8251, HADOOP-8293. >=20 > If there are other critical bugs you would like to see in 1.0.3, please l= et > me know by end of day Monday, 4/23. I'll start the process of making a > 1.0.3 RC-1 on Tuesday. >=20 > Also, it seems that it is time to do a 1.1 release. Some 80 bug fixes an= d > enhancements have accumulated in branch-1. Hopefully they've all been > properly reviewed and unit tested! Let's declare a code freeze for 1.1 a= t > the end of this month. At that time I will make a branch-1.1 and a relea= se > candidate for 1.1.0. >=20 > Thank you, > --Matt