[
https://issues.apache.org/jira/browse/HBASE-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020958#comment-14020958
]
Ted Yu commented on HBASE-11304:
--------------------------------
Looks good overall.
In MasterProcedureManager.java:
{code}
- public abstract void execProcedure(ProcedureDescription desc) throws
IOException;
+ public void execProcedure(ProcedureDescription desc) throws IOException {
{code}
What was the intention for the above change ?
> 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-11304-trunk-v1.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)