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

Andrew Purtell commented on HBASE-13106:
----------------------------------------

Interesting. This test and TestCoprocessorEndpoint when ported back to branches 
0.98 and branch-1 pass repeatedly, but on master TestCoprocessorEndpoint (with 
and without the minor changes I made in this patch) hangs with repeated RPC 
retries (RpcRetryingCallerImpl.callWithRetries) after the 
ProtobufCoprocessorService throws the test exception. Looks like a previous 
change on trunk has broken TestCoprocessorEndpoint. The new test 
TestCoprocessorTableEndpoint passes quickly and repeatedly. I will file an 
issue to follow up on the TestCoprocessorEndpoint issue. 

> Ensure endpoint-only table coprocessors can be dynamically loaded
> -----------------------------------------------------------------
>
>                 Key: HBASE-13106
>                 URL: https://issues.apache.org/jira/browse/HBASE-13106
>             Project: HBase
>          Issue Type: Test
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Trivial
>             Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.11
>
>         Attachments: HBASE-13106.patch, HBASE-13106.patch
>
>
> I came across the blog post 
> http://www.3pillarglobal.com/insights/hbase-coprocessors and this interesting 
> bit:
> {quote}
> This means that you can load both Observer and Endpoint Coprocessor 
> statically using the following Method of HTableDescriptor:
> {noformat}
> addCoprocessor(String className, org.apache.hadoop.fs.Path jarFilePath, int 
> priority, Map<String,String> kvs) throws IOException
> {noformat}
> In my case, the above method worked fine for Observer Coprocessor *but didn’t 
> work for Endpoint Coprocessor, causing the table to become unavailable and 
> finally I had to restart my HBase*. The same Endpoint Coprocessor worked fine 
> when loaded statically. Use the above method for Endpoint Coprocessor with 
> caution.
> {quote}
> To check this I wrote a test, attached. It passes, all seems ok. Guessing the 
> complaint was due to user error, probably jar placement/path issues.
> Let's still commit the test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to