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 BE28511BD1 for ; Thu, 14 Aug 2014 03:37:12 +0000 (UTC) Received: (qmail 85227 invoked by uid 500); 14 Aug 2014 03:37:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 85162 invoked by uid 500); 14 Aug 2014 03:37:12 -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 85149 invoked by uid 99); 14 Aug 2014 03:37:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 03:37:12 +0000 Date: Thu, 14 Aug 2014 03:37:12 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11733) Avoid copy-paste in Master/Region CoprocessorHost 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-11733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096512#comment-14096512 ] Andrew Purtell commented on HBASE-11733: ---------------------------------------- That's a nice refactor. Would you be willing to do this for 0.98+? Or someone else could backport... > Avoid copy-paste in Master/Region CoprocessorHost > ------------------------------------------------- > > Key: HBASE-11733 > URL: https://issues.apache.org/jira/browse/HBASE-11733 > Project: HBase > Issue Type: Bug > Components: Coprocessors > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Trivial > Fix For: 2.0.0 > > Attachments: HBASE-11733-v0.patch > > > all the methods of MasterCoprocessorHost and RegionCoprocessorHost are copy-paste, and a couple of them have some missing fixes. > The body of each function is the same, the only difference is the call to the specific coprocessor. -- This message was sent by Atlassian JIRA (v6.2#6252)