[
https://issues.apache.org/jira/browse/HBASE-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020187#comment-14020187
]
Ted Yu commented on HBASE-11304:
--------------------------------
{code}
- void execProcedure(String signature, String instance, Map<String, String>
props)
+ byte[] execProcedure(String signature, String instance, Map<String, String>
props)
{code}
As Matteo said, add a new method (execProcedureWithRet) which returns byte
array.
{code}
+ // We probably can mandate the above execProcedure synchronous
+ // to return any data.
{code}
Can you elaborate what the above means ?
> 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)