Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 C37EB7BE7 for ; Tue, 9 Aug 2011 21:56:32 +0000 (UTC) Received: (qmail 45265 invoked by uid 500); 9 Aug 2011 21:56:32 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 45093 invoked by uid 500); 9 Aug 2011 21:56:31 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 45085 invoked by uid 99); 9 Aug 2011 21:56:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 21:56:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qy0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 21:56:25 +0000 Received: by qyk27 with SMTP id 27so2861719qyk.14 for ; Tue, 09 Aug 2011 14:56:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6dme9v3IQ1eSFDzx4bQ10xWjUki+8EWp4LnF0shDjuo=; b=rbbVxGywSzcFpx7kY+4K9fPZ97t65bdh4q7K9AqfGxY6ebD/AxKA3dltB1wI6aOEs/ mdAuccsxqB1CUcTIQ5ksGHW2fQXrhF3WYtVNdPMPTMDXQWz7EwhJs+tcIg3pNYn35uTx H/y2l6mg6LZr/3fIoO8+4cP1HWuQHdxHDWrIg= MIME-Version: 1.0 Received: by 10.224.206.69 with SMTP id ft5mr6267613qab.267.1312926964552; Tue, 09 Aug 2011 14:56:04 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.224.37.3 with HTTP; Tue, 9 Aug 2011 14:56:04 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Aug 2011 14:56:04 -0700 X-Google-Sender-Auth: mbcplTYpRZ21640j1mh2yCi0iF4 Message-ID: Subject: Re: Two requests from a grumpy old man From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Aug 9, 2011 at 1:52 PM, Todd Lipcon wrote: > Grumpy request #1 > ------------------------------ ... > I'd like to propose the following guidelines for "followup commits > under the same JIRA": > 1) A followup commit is fine so long as it follows within 1 day of the > original commit. > 1a) The followup commit should include in the commit message a > description of what differs, eg a commit message format like: > "Amend HBASE-nnnn. Followup to previous commit which forgot to include > Foo.java" would be great. Or if it fixes some small bug in the > previous commit, "Amend HBASE-nnnn. Fix bug JD pointed out in > http://permalink-to-the-jira-comment". > 2) A followup commit may never be done "across versions" - ie if a > JIRA has already been committed to any code base that's been released, > it can't be amended after that, even if the fix is trivial. > 3) Backport commits are of course OK so long as the patch is > essentially the same (eg if something's committed to 0.92.0, it can be > backported to 0.90.n if it's basically the same code) > > Does this seem reasonable? > Yes. > Grumpy request #2 > ----------------------------- > Recently we've had a lot of great significant contributions. A lot of > the time they've been committed very quickly -- ie from patch to > commit in a few hours. This is great for encouraging contributors, but > I'm worried we may lose some stability or may introduce features that > are questionable. For any patches that are complicated or introduce > new APIs, can we try to leave them open for at least a day or two > before commit? > > No problem. Lets get the above as the 'grumpy' tenets into our contrib doc on wiki or here in the book (if others agree): http://hbase.apache.org/book.html#getting.involved Good on you Todd. St.Ack