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 6C12410D71 for ; Fri, 14 Mar 2014 23:58:50 +0000 (UTC) Received: (qmail 47536 invoked by uid 500); 14 Mar 2014 23:58:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47475 invoked by uid 500); 14 Mar 2014 23:58:43 -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 47464 invoked by uid 99); 14 Mar 2014 23:58:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 23:58:42 +0000 Date: Fri, 14 Mar 2014 23:58:42 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-3726) Allow coprocessor callback RPC calls to be batched at region server level 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-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling resolved HBASE-3726. ---------------------------------- Resolution: Duplicate Closing as a duplicate of HBASE-10169 > Allow coprocessor callback RPC calls to be batched at region server level > ------------------------------------------------------------------------- > > Key: HBASE-3726 > URL: https://issues.apache.org/jira/browse/HBASE-3726 > Project: HBase > Issue Type: Improvement > Components: Coprocessors > Reporter: Ted Yu > > Cuurently the Callback.update() method is called for each Call.call() return value obtained from each region. Each Call.call() invocation is a separate RPC, so there is currently one RPC per region. So there's no place at the moment for the region server to be involved in any aggregation across regions. > There is some preliminary support in HConnectionManager.HConnectionImplementation.processBatch() that would allow doing 1 RPC per region server, same as we do for multi-get and multi-put. > We should provide ability to batch callback RPC calls. -- This message was sent by Atlassian JIRA (v6.2#6252)