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 C1A6B200B76 for ; Mon, 15 Aug 2016 11:29:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C088A160AB8; Mon, 15 Aug 2016 09:29:22 +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 40000160AB9 for ; Mon, 15 Aug 2016 11:29:22 +0200 (CEST) Received: (qmail 50178 invoked by uid 500); 15 Aug 2016 09:29:20 -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 49767 invoked by uid 99); 15 Aug 2016 09:29:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2016 09:29:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A614C2C02A7 for ; Mon, 15 Aug 2016 09:29:20 +0000 (UTC) Date: Mon, 15 Aug 2016 09:29:20 +0000 (UTC) From: "Guanghao Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-16416) Make NoncedRegionServerCallable extends RegionServerCallable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 15 Aug 2016 09:29:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reassigned HBASE-16416: -------------------------------------- Assignee: Guanghao Zhang > Make NoncedRegionServerCallable extends RegionServerCallable > ------------------------------------------------------------ > > Key: HBASE-16416 > URL: https://issues.apache.org/jira/browse/HBASE-16416 > Project: HBase > Issue Type: Improvement > Components: Client > Affects Versions: 2.0.0 > Reporter: Guanghao Zhang > Assignee: Guanghao Zhang > Priority: Minor > Attachments: HBASE-16416.patch > > > After HBASE-16308, there are a new class NoncedRegionServerCallable which extends AbstractRegionServerCallable. But it have some duplicate methods with RegionServerCallable. So we can make NoncedRegionServerCallable extends RegionServerCallable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)