Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BC7110BC8 for ; Tue, 17 Dec 2013 05:17:15 +0000 (UTC) Received: (qmail 21025 invoked by uid 500); 17 Dec 2013 05:17:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20980 invoked by uid 500); 17 Dec 2013 05:17:09 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 20957 invoked by uid 99); 17 Dec 2013 05:17:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 05:17:08 +0000 Date: Tue, 17 Dec 2013 05:17:07 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10161) [AccessController] Tolerate regions in recovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850118#comment-13850118 ] Andrew Purtell commented on HBASE-10161: ---------------------------------------- Everything should be access denied until initialized except for superuser actions. > [AccessController] Tolerate regions in recovery > ----------------------------------------------- > > Key: HBASE-10161 > URL: https://issues.apache.org/jira/browse/HBASE-10161 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Andrew Purtell > Assignee: Anoop Sam John > Priority: Blocker > Fix For: 0.98.0, 0.96.2, 0.99.0 > > Attachments: HBASE-10161.patch > > > AccessController fixes for the issue also affecting VisibilityController described on HBASE-10148. Coprocessors that initialize in postOpen upcalls must check if the region is still in recovery and defer initialization until recovery is complete. We need to add a new CP hook for post recovery upcalls and modify existing CPs to defer initialization until this new hook as needed. -- This message was sent by Atlassian JIRA (v6.1.4#6159)