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 F10D9DA0C for ; Wed, 18 Jul 2012 18:55:36 +0000 (UTC) Received: (qmail 60908 invoked by uid 500); 18 Jul 2012 18:55:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60873 invoked by uid 500); 18 Jul 2012 18:55:36 -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 60856 invoked by uid 99); 18 Jul 2012 18:55:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 18:55:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 66EFF142861 for ; Wed, 18 Jul 2012 18:55:36 +0000 (UTC) Date: Wed, 18 Jul 2012 18:55:36 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <566264378.70588.1342637736423.JavaMail.jiratomcat@issues-vm> In-Reply-To: <431854005.63132.1342520614527.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6400) Add getMasterAdmin() and getMasterMonitor() to HConnection 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-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417368#comment-13417368 ] Hudson commented on HBASE-6400: ------------------------------- Integrated in HBase-TRUNK #3144 (See [https://builds.apache.org/job/HBase-TRUNK/3144/]) HBASE-6400 Add getMasterAdmin() and getMasterMonitor() to HConnection (Enis) (Revision 1363009) Result = FAILURE tedyu : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HConnection.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java > Add getMasterAdmin() and getMasterMonitor() to HConnection > ---------------------------------------------------------- > > Key: HBASE-6400 > URL: https://issues.apache.org/jira/browse/HBASE-6400 > Project: HBase > Issue Type: Improvement > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.96.0 > > Attachments: 6400-v2.patch, HBASE-6400_v1.patch > > > HConnection used to have getMaster() which returns HMasterInterface, but after HBASE-6039 it has been removed. I think we need to expose HConnection.getMasterAdmin() and getMasterMonitor() a la HConnection.getAdmin(), and getClient(). > HConnectionImplementation has getKeepAliveMasterAdmin() but, I see no reason to leak keep alive classes to upper layers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira