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 3197A200B4C for ; Fri, 17 Jun 2016 05:26:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 30482160A51; Fri, 17 Jun 2016 03:26:08 +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 9E287160A52 for ; Fri, 17 Jun 2016 05:26:07 +0200 (CEST) Received: (qmail 46360 invoked by uid 500); 17 Jun 2016 03:26:05 -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 46333 invoked by uid 99); 17 Jun 2016 03:26:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 03:26:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 644152C1F69 for ; Fri, 17 Jun 2016 03:26:05 +0000 (UTC) Date: Fri, 17 Jun 2016 03:26:05 +0000 (UTC) From: "Joep Rottinghuis (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16048) Consider tagging InternalScanner with LimitedPrivate(HBaseInterfaceAudience.COPROC) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 17 Jun 2016 03:26:08 -0000 [ https://issues.apache.org/jira/browse/HBASE-16048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335315#comment-15335315 ] Joep Rottinghuis commented on HBASE-16048: ------------------------------------------ Thanks [~apurtell] and [~yuzhihong@gmail.com] 16048.v1.txt looks good to me. > Consider tagging InternalScanner with LimitedPrivate(HBaseInterfaceAudience.COPROC) > ------------------------------------------------------------------------------------ > > Key: HBASE-16048 > URL: https://issues.apache.org/jira/browse/HBASE-16048 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Attachments: 16048.v1.txt > > > Some methods (preCompact, preCompactScannerOpen, preFlush, preFlushScannerOpen, etc) of BaseRegionObserver take InternalScanner as input argument as well as the return type. > BaseRegionObserver is tagged with @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.COPROC) but InternalScanner is tagged with @InterfaceAudience.Private. > This JIRA is to discuss tagging InternalScanner with @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.COPROC). -- This message was sent by Atlassian JIRA (v6.3.4#6332)