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 8B14B104E5 for ; Tue, 18 Aug 2015 16:28:47 +0000 (UTC) Received: (qmail 44424 invoked by uid 500); 18 Aug 2015 16:28:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44325 invoked by uid 500); 18 Aug 2015 16:28:45 -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 43942 invoked by uid 99); 18 Aug 2015 16:28:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 16:28:45 +0000 Date: Tue, 18 Aug 2015 16:28:45 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14232) Backwards compatiblity support for new MasterObserver APIs 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-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701523#comment-14701523 ] Andrew Purtell commented on HBASE-14232: ---------------------------------------- bq. We can generically do this for all types of CPs? So later on we can add hooks to CPs with out worry for BC. We already have some reusable support for this from when Sean updated the WALObserver. It's reasonable to aim for as much reuse as we can get when doing the work here. > Backwards compatiblity support for new MasterObserver APIs > ---------------------------------------------------------- > > Key: HBASE-14232 > URL: https://issues.apache.org/jira/browse/HBASE-14232 > Project: HBase > Issue Type: Sub-task > Reporter: Andrew Purtell > Labels: hbase-6721 > > The group assignment changes introduce new methods to the MasterObserver interface. This is a concern for things like Apache Phoenix. (See their IndexMasterObserver, etc.) We can handle this by using compatibility helpers that won't attempt to invoke the new APIs on MasterObservers that do not implement them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)