[ 
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)

Reply via email to