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

Hudson commented on HBASE-7688:
-------------------------------

Integrated in HBase-TRUNK #3818 (See 
[https://builds.apache.org/job/HBase-TRUNK/3818/])
    HBASE-7688. Master coprocessor RPCs don't propagate exceptions (Mike Lewis) 
(Revision 1439692)

     Result = FAILURE
apurtell : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.java

                
> Master coprocessor RPCs don't propagate exceptions
> --------------------------------------------------
>
>                 Key: HBASE-7688
>                 URL: https://issues.apache.org/jira/browse/HBASE-7688
>             Project: HBase
>          Issue Type: Bug
>          Components: Protobufs
>    Affects Versions: 0.96.0
>            Reporter: Mike Lewis
>            Assignee: Mike Lewis
>             Fix For: 0.96.0
>
>         Attachments: fix-hmaster-rpc-exceptions-2.patch, 
> fix-hmaster-rpc-exceptions.patch
>
>
> I was working on some coprocessor tests, and was wondering why exceptions 
> weren't bubbling up while calling checkFailed on my RpcController.
> Turns out, that HMaster's execMasterService seems to be sending the wrong 
> RpcController (that happens to be null in my case) to the methods.
> I have a fix that appears to work, but I am not familiar enough with the code 
> to know that it's the write one.
> Version I am working on has the git sha 9a322b0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to