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 13B95115E0 for ; Fri, 6 Jun 2014 19:02:03 +0000 (UTC) Received: (qmail 67725 invoked by uid 500); 6 Jun 2014 19:02:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67681 invoked by uid 500); 6 Jun 2014 19:02:02 -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 67669 invoked by uid 99); 6 Jun 2014 19:02:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 19:02:02 +0000 Date: Fri, 6 Jun 2014 19:02:02 +0000 (UTC) From: "Jerry He (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11304) Enable HBaseAdmin.execProcedure to return data from procedure execution 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-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020233#comment-14020233 ] Jerry He commented on HBASE-11304: ---------------------------------- Hi, Matteo and Ted Thanks for the review. I will change it. That will also probably solve Ted's second comment. The new method execProcedureWithRet() probably will just be synchronous without using the waittime logic or call isProcedureFinished(). This means if the user calls execProcedureWithRet(), the user will get the return data from the RPC synchronously without waiting to call isProcedureFinished() > Enable HBaseAdmin.execProcedure to return data from procedure execution > ----------------------------------------------------------------------- > > Key: HBASE-11304 > URL: https://issues.apache.org/jira/browse/HBASE-11304 > Project: HBase > Issue Type: Improvement > Components: Client > Reporter: Jerry He > Assignee: Jerry He > Priority: Minor > Fix For: 0.99.0 > > Attachments: HBASE-11304-trunk-v0.patch > > > HBASE-11201 enables global procedure members to return data to procedure master. > HBASE-9426 lets user invoke procedure from client via HBaseAdmin.execProcedure. > This JIRA is to fill the gap to enable client to get return data from master after procedure execution. -- This message was sent by Atlassian JIRA (v6.2#6252)