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 827D418BF2 for ; Sat, 23 Apr 2016 02:54:13 +0000 (UTC) Received: (qmail 33206 invoked by uid 500); 23 Apr 2016 02:54:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33157 invoked by uid 500); 23 Apr 2016 02:54: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 33115 invoked by uid 99); 23 Apr 2016 02:54:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2016 02:54:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1315F2C1F60 for ; Sat, 23 Apr 2016 02:54:13 +0000 (UTC) Date: Sat, 23 Apr 2016 02:54:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15688) Use MasterServices directly instead of casting to HMaster when possible 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-15688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255090#comment-15255090 ] Hudson commented on HBASE-15688: -------------------------------- ABORTED: Integrated in HBase-Trunk_matrix #866 (See [https://builds.apache.org/job/HBase-Trunk_matrix/866/]) HBASE-15688 Use MasterServices directly instead of casting to HMaster (matteo.bertozzi: rev 1ecb10ce071a4b3aa6cd52bd346bf3c49437ed8d) * hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java * hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockNoopMasterServices.java * hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/MasterProcedureEnv.java * hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java * hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java > Use MasterServices directly instead of casting to HMaster when possible > ----------------------------------------------------------------------- > > Key: HBASE-15688 > URL: https://issues.apache.org/jira/browse/HBASE-15688 > Project: HBase > Issue Type: Improvement > Components: master > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Trivial > Fix For: 2.0.0 > > Attachments: HBASE-15688-v0.patch > > > There are a bunch of HMaster cast in MasterProcedureEnv and ServerManager that we can get rid of and just use directly MasterServices. > (also I'd like to have a MasterServices noop implementation for testing) -- This message was sent by Atlassian JIRA (v6.3.4#6332)