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 A2C207418 for ; Fri, 16 Sep 2011 08:44:13 +0000 (UTC) Received: (qmail 70860 invoked by uid 500); 16 Sep 2011 08:44:12 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 70810 invoked by uid 500); 16 Sep 2011 08:44:12 -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 70786 invoked by uid 99); 16 Sep 2011 08:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 08:44:12 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 08:44:03 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id CB846B810B for ; Fri, 16 Sep 2011 09:43:41 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I8xBOpcSN82F for ; Fri, 16 Sep 2011 09:43:41 +0100 (BST) Received: from 0-imap-br1.hpl.hp.com (0-imap-br1.hpl.hp.com [16.25.144.60]) by tobor.hpl.hp.com (Postfix) with ESMTP id DBECBB810A for ; Fri, 16 Sep 2011 09:43:40 +0100 (BST) MailScanner-NULL-Check: 1316767403.9771@30/o3cHT0EFjP7+F/e48jw Received: from [16.24.238.14] ([16.24.238.14]) by 0-imap-br1.hpl.hp.com (8.14.1/8.13.4) with ESMTP id p8G8hNoS001851 for ; Fri, 16 Sep 2011 09:43:23 +0100 (BST) Message-ID: <4E730C25.4090902@apache.org> Date: Fri, 16 Sep 2011 09:43:17 +0100 From: Steve Loughran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: common-dev@hadoop.apache.org Subject: Re: [PROPOSAL] Two Jira infrastructure additions to support sustaining bug fixes References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: p8G8hNoS001851 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org On 15/09/2011 19:58, Matt Foley wrote: > Hi all, > for better or worse, the Hadoop community works in multiple branches. We > have to do sustaining work on 0.20, even while we hope that 0.23 will > finally replace it. Even after that happens, we will then need to do > sustaining releases on 0.23 while future development goes into 0.24 or 0.25, > and so on. seen this. Another way to do it could be to create sub-issues, one for each branch, so you have a super-issue for all branches, and a sub-issue for the individual branches. Then we'd need a tag for "test-branch" which could be used by jenkins to know which branch to patch-test against. ]] The advantage of this approach is that the sub-task mechanism is built into JIRA, lets you see at a glance from the super-task which branches are still open, and lets you have a sub-lifecycle (progress, wontfix, logged hours) for each branch, and you could easily separate the jenkins outputs. The risk is that discussions would take place in the sub-tasks, not the supertask, but that is a team process issue