[ 
https://issues.apache.org/jira/browse/HBASE-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003880#comment-14003880
 ] 

Jerry He commented on HBASE-11201:
----------------------------------

Thanks for the review.
The test failures don't see to be related.  All tests passed locally, including 
all procedure tests.
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [  1.690 s]
[INFO] HBase - Common .................................... SUCCESS [ 26.081 s]
[INFO] HBase - Protocol .................................. SUCCESS [  0.260 s]
[INFO] HBase - Client .................................... SUCCESS [ 35.977 s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [  6.528 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [  1.343 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [  3.511 s]
[INFO] HBase - Server .................................... SUCCESS [42:17 min]
[INFO] HBase - Testing Util .............................. SUCCESS [  1.319 s]
[INFO] HBase - Thrift .................................... SUCCESS [01:42 min]
[INFO] HBase - Shell ..................................... SUCCESS [  1.082 s]
[INFO] HBase - Integration Tests ......................... SUCCESS [  1.288 s]
[INFO] HBase - Examples .................................. SUCCESS [  1.087 s]
[INFO] HBase - Assembly .................................. SUCCESS [  0.918 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45:21 min
[INFO] Finished at: 2014-05-19T12:05:37-08:00
[INFO] Final Memory: 66M/473M
[INFO] ------------------------------------------------------------------------
{code}

I will update the patch slightly.

> Enable global procedure members to return values to procedure master
> --------------------------------------------------------------------
>
>                 Key: HBASE-11201
>                 URL: https://issues.apache.org/jira/browse/HBASE-11201
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jerry He
>            Assignee: Jerry He
>             Fix For: 0.99.0
>
>         Attachments: HBASE-11201-trunk-v1.patch
>
>
> Currently in the global procedure framework, the procedure coordinator can 
> send data (procedure argument) to the members when starting procedure.
> But we don't support getting data returned from the procedure members back to 
> the master.
> Similar to RPC and normal procedure/function calls, in many cases, this is a 
> useful capability.
> The infrastructure is in place. We just need to plug in the holes and make it 
> happen.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to