Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 21170200B5D for ; Sun, 7 Aug 2016 20:45:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17DA3160A87; Sun, 7 Aug 2016 18:45:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8483B160AB1 for ; Sun, 7 Aug 2016 20:45:23 +0200 (CEST) Received: (qmail 59231 invoked by uid 500); 7 Aug 2016 18:45:22 -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 58984 invoked by uid 99); 7 Aug 2016 18:45:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2016 18:45:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A77262C0E3E for ; Sun, 7 Aug 2016 18:45:21 +0000 (UTC) Date: Sun, 7 Aug 2016 18:45:21 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15982) Interface ReplicationEndpoint extends Guava's Service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 07 Aug 2016 18:45:24 -0000 [ https://issues.apache.org/jira/browse/HBASE-15982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15982: ----------------------------------- Fix Version/s: (was: 0.98.21) 0.98.22 > Interface ReplicationEndpoint extends Guava's Service > ----------------------------------------------------- > > Key: HBASE-15982 > URL: https://issues.apache.org/jira/browse/HBASE-15982 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Fix For: 2.0.0, 1.4.0, 0.98.22 > > > We have Guava's Service leaking into the LimitedPrivate interface ReplicationEndpoint: > {code} > public interface ReplicationEndpoint extends Service, ReplicationPeerConfigListener > {code} > This required a private patch when I updated Guava for our internal deployments. This is going to be a problem for us for long term maintenance and implenters of pluggable replication endpoints. LP is only less than public by a degree. We shouldn't leak types from third part code into either Public or LP APIs in my opinion. Let's fix. -- This message was sent by Atlassian JIRA (v6.3.4#6332)