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 CEA16D913 for ; Fri, 14 Dec 2012 21:02:13 +0000 (UTC) Received: (qmail 75484 invoked by uid 500); 14 Dec 2012 21:02:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75446 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 75435 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:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13532657#comment-13532657 ] Ted Yu commented on HBASE-6788: ------------------------------- Here is test output when I use patch v3: {code} 2012-12-14 12:58:02,640 INFO [main] log.Slf4jLog(67): Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog 2012-12-14 12:58:02,949 DEBUG [main] log.Slf4jLog(49): Security enabled = false 2012-12-14 12:58:03,121 INFO [main] hbase.HBaseTestingUtility(343): Created new mini-cluster data directory: /Users/zhihyu/trunk-hbase/hbase-server/target/test-data/e8346a90-1a41-4862-9d85-1aa325694f6e/dfscluster_3e981e0e-898b-4c8d-aa9c-c5caf69a8095 2012-12-14 12:58:03,270 INFO [main] zookeeper.MiniZooKeeperCluster(197): Started MiniZK Cluster and connect 1 ZK server on client port: 63609 2012-12-14 12:58:03,379 WARN [main] impl.MetricsSystemImpl(137): Metrics system not started: Cannot locate configuration: tried hadoop-metrics2-hbase.properties, hadoop-metrics2.properties 2012-12-14 12:58:03,402 DEBUG [TokenServer:10.246.204.205,58917,1355518683274] zookeeper.ZKConfig(84): Skipped reading ZK properties file 'zoo.cfg' since 'hbase.config.read.zookeeper.config' was not set to true 2012-12-14 12:58:03,406 DEBUG [TokenServer:10.246.204.205,58917,1355518683274] zookeeper.ZKUtil(102): TokenServer opening connection to ZooKeeper with ensemble (localhost:63609) 2012-12-14 12:58:03,426 INFO [TokenServer:10.246.204.205,58917,1355518683274] zookeeper.RecoverableZooKeeper(104): The identifier of this process is 81456@LM-SJC-00713032 2012-12-14 12:58:03,452 DEBUG [TokenServer:10.246.204.205,58917,1355518683274-EventThread] zookeeper.ZooKeeperWatcher(265): TokenServer Received ZooKeeper Event, type=None, state=SyncConnected, path=null 2012-12-14 12:58:03,454 DEBUG [TokenServer:10.246.204.205,58917,1355518683274-EventThread] zookeeper.ZooKeeperWatcher(342): TokenServer-0x13b9b35a83c0000 connected 2012-12-14 12:58:03,472 DEBUG [TokenServer:10.246.204.205,58917,1355518683274] log.Slf4jLog(49): Security enabled = false 2012-12-14 12:58:03,570 INFO [main] log.Slf4jLog(67): Stopping due to: Test complete 2012-12-14 12:58:03,573 INFO [main] zookeeper.MiniZooKeeperCluster(246): Shutdown MiniZK cluster with all ZK servers {code} Note: security was shown as disabled. > 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