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 3BB24D912 for ; Fri, 14 Dec 2012 21:02:13 +0000 (UTC) Received: (qmail 75149 invoked by uid 500); 14 Dec 2012 21:02:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75111 invoked by uid 500); 14 Dec 2012 21:02:13 -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 75102 invoked by uid 99); 14 Dec 2012 21:02:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 21:02:13 +0000 Date: Fri, 14 Dec 2012 21:02:12 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-6788) Convert AuthenticationProtocol to protocol buffer service 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-6788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-6788: --------------------------------- Attachment: HBASE-6788_4.patch I think what's failing in Hadoop QA is the SecureTestUtil.forceInitializeSecurity() call (which I had reservations was ugly to add anyway). This patch removes the need for that by having HBaseClient and HBaseServer use User.isHBaseSecurityEnabled(), which looks for the hbase.security.authentication config value. I think this is ultimately the more correct approach for HBaseClient/HBaseServer anyway, but I think it merits an entirely separate JIRA for discussing the change. I'm just including those changes here to verify that it does actually resolve the Hadoop QA test failure. > Convert AuthenticationProtocol to protocol buffer service > --------------------------------------------------------- > > Key: HBASE-6788 > URL: https://issues.apache.org/jira/browse/HBASE-6788 > Project: HBase > Issue Type: Sub-task > Components: Coprocessors > Reporter: Gary Helmling > Assignee: Gary Helmling > Priority: Blocker > Fix For: 0.96.0 > > Attachments: HBASE-6788_2.patch, HBASE-6788_3.patch, HBASE-6788_4.patch, HBASE-6788.patch > > > With coprocessor endpoints now exposed as protobuf defined services, we should convert over all of our built-in endpoints to PB services. > AccessControllerProtocol was converted as part of HBASE-5448, but the authentication token provider still needs to be changed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira