Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5745D200BBD for ; Tue, 8 Nov 2016 17:45:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 55F68160B0A; Tue, 8 Nov 2016 16:45:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9C219160AD0 for ; Tue, 8 Nov 2016 17:45:34 +0100 (CET) Received: (qmail 6955 invoked by uid 500); 8 Nov 2016 16:45:32 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 6933 invoked by uid 99); 8 Nov 2016 16:45:32 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 16:45:32 +0000 Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id AC5281A0185; Tue, 8 Nov 2016 16:45:31 +0000 (UTC) Received: by mail-lf0-f52.google.com with SMTP id b14so143929536lfg.2; Tue, 08 Nov 2016 08:45:31 -0800 (PST) X-Gm-Message-State: ABUngvez/+70/AGltXgvZUZQvMi1rQ/znVA6CRFsuMtBctV2SmlzNHrqXr1hHDVW21tKZuiZ67UuASYVfwwMtQ== X-Received: by 10.25.14.81 with SMTP id 78mr7880048lfo.183.1478623530314; Tue, 08 Nov 2016 08:45:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.219.212 with HTTP; Tue, 8 Nov 2016 08:44:49 -0800 (PST) In-Reply-To: References: From: Andrew Purtell Date: Tue, 8 Nov 2016 08:44:49 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [DISCUSS] EOL 1.1 Release Branch To: "user@hbase.apache.org" Cc: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a113ebff847f7d80540ccdedd archived-at: Tue, 08 Nov 2016 16:45:35 -0000 --001a113ebff847f7d80540ccdedd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Nick! On Tue, Nov 8, 2016 at 7:51 AM, Nick Dimiduk wrote: > You're right Enis, sounds like we'll continue on with 1.1. No issues on m= y > side, I'm happy to continue producing these releases as I'm able. > > Thanks everyone for the discussion. > > On Monday, November 7, 2016, Enis S=C3=B6ztutar wrote: > > > Going back to the original discussion, the conclusion is to continue wi= th > > 1.1 line for now, and re-evaluate in a couple of months it seems. > > > > Nick do you want to keep driving the next 1.1 releases, or you want to > let > > Andrew do that? I can help as well if needed. > > > > Enis > > > > On Mon, Nov 7, 2016 at 12:17 PM, Andrew Purtell < > andrew.purtell@gmail.com > > > > > wrote: > > > > > I have a patch for this and will be trying it out. > > > > > > On Nov 7, 2016, at 12:00 PM, Gary Helmling > > wrote: > > > > > > >> > > > >> I'm not deeply familiar with the AssignmentManager. I see when we > > > process > > > >> split rollbacks in onRegionSplit() we only call regionOffline() on > > > >> daughters if they are known to exist. However when processing merg= e > > > >> rollbacks in the else case of onRegionMerge() we unconditionally > call > > > >> regionOffline() on the parent-being-merged. Shouldn't that likewis= e > be > > > >> conditional on regionStates holding a state for the > > parent-being-merged? > > > >> Pardon if I've missed something. > > > >> > > > >> > > > > I'm really not familiar with the merge code, but this seems plausib= le > > to > > > > me. I see that onRegionSplit() has an early out at the top of the > > > method, > > > > but that will fail to evaluate if rs_a and rs_b are open and rs_p i= s > > > null. > > > > So if it's called with a code of MERGE_REVERTED, I think we could > wind > > up > > > > creating an offline meta entry for rs_p with no regioninfo, similar > to > > > > HBASE-16093. And that entry could wind up hiding the (still online= ) > > > > daughter regions. > > > > > > --=20 Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White) --001a113ebff847f7d80540ccdedd--