Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 91867 invoked from network); 19 Nov 2010 00:03:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 00:03:03 -0000 Received: (qmail 32288 invoked by uid 500); 19 Nov 2010 00:03:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32235 invoked by uid 500); 19 Nov 2010 00:03:35 -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 32227 invoked by uid 99); 19 Nov 2010 00:03:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 00:03:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 00:03:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAJ03Em6005525 for ; Fri, 19 Nov 2010 00:03:14 GMT Message-ID: <7668538.184971290124994817.JavaMail.jira@thor> Date: Thu, 18 Nov 2010 19:03:14 -0500 (EST) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2002) Coprocessors: Client side support 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-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-2002: --------------------------------- Release Note: Adds new HTable.coprocessorProxy() and HTable.coprocessorExec() calls, along with server-side hooks for registering user RPC protocol handlers. Together these allow the invocation and execution of custom server-side code configured as coprocessors. Adds pluggable RPC engines as a first step towards alternate RPC implementations. This adds a field for the RPC protocol interface on connection setup, so it's not RPC wire compatible with previous versions. Status: Patch Available (was: Open) Updated version of review board patch now attached > Coprocessors: Client side support > --------------------------------- > > Key: HBASE-2002 > URL: https://issues.apache.org/jira/browse/HBASE-2002 > Project: HBase > Issue Type: Sub-task > Reporter: Andrew Purtell > Assignee: Gary Helmling > Fix For: 0.92.0 > > Attachments: HBASE-2002_final.patch > > > "High-level call interface for clients. Unlike RPC, calls addressed to rows or ranges of rows. Coprocessor client library resolves to actual locations. Calls across multiple rows automatically split into multiple parallelized RPCs" > Generic multicall RPC facility which incorporates this and multiget/multiput/multidelete and parallel scanners. > Group and batch RPCs by region server. Track and retry outstanding RPCs. Ride over region relocations. > Support addressing by explicit region identifier or by row key or row key range. > Include a facility for merging results client side. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.