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 EF1C5E436 for ; Fri, 21 Dec 2012 00:29:13 +0000 (UTC) Received: (qmail 93582 invoked by uid 500); 21 Dec 2012 00:29:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93547 invoked by uid 500); 21 Dec 2012 00:29:13 -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 93537 invoked by uid 99); 21 Dec 2012 00:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 00:29:13 +0000 Date: Fri, 21 Dec 2012 00:29:13 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-6895) Remove CoprocessorProtocol support and implementations 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-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-6895: ------------------------- Attachment: 6895.txt First cut (I get a tingling sensation when I remove lots of code from hbase -- this patch brought it on). Removes CoprocoessorProtocol, its support in protobufs, HTableInterface, HConnection, and on serverside in HRegionServer, etc. Removed Exec, ExecResult, BaseEndpointCoprocessor, ExecPRCInvoker, > Remove CoprocessorProtocol support and implementations > ------------------------------------------------------ > > Key: HBASE-6895 > URL: https://issues.apache.org/jira/browse/HBASE-6895 > Project: HBase > Issue Type: Task > Components: Coprocessors > Affects Versions: 0.96.0 > Reporter: Gary Helmling > Priority: Blocker > Fix For: 0.96.0 > > Attachments: 6895.txt > > > The CoprocessorProtocol mechanism for registering and calling coprocessor endpoints has been supplanted by protocol buffer based service registrations in HBASE-5448. This means the Writable-based CoprocessorProtocol mechanism will need to be removed at some point. > In discussion on the dev list, general consensus was that it is better to remove the CoprocessorProtocol mechanism completely in 0.96, where other backwards-incompatible changes are being made, and before it is adopted by more clients: > http://mail-archives.apache.org/mod_mbox/hbase-dev/201209.mbox/%3CCADfYSXTvqEu3SifyWdZCi9kKPw1Hf9EoaKVGFOCbwRpSkdaCng%40mail.gmail.com%3E > This is an umbrella issue to track what changes are required to completely remove the CoprocessorProtocol support. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira