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

Josh Elser commented on ACCUMULO-4456:
--------------------------------------

One thing I did notice is that I'm causing more problems with 
NotActiveServiceException being checked. The InvocationHandler is going to have 
to wrap this in a java.lang.reflect.UndeclaredThrowableException because the 
actual method cannot handle this checked exception. We should make 
NotActiveServiceException a RuntimeException and then this will cause the 
client to tear down the connection and retry.

> Verify client functionality when active master failover
> -------------------------------------------------------
>
>                 Key: ACCUMULO-4456
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4456
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: client, master
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 2.0.0
>
>
> [~kturner] asked me a good question about what the client does when it tries 
> to talk to a master which has recently lost its active status, how does the 
> client handle the thrown exception?
> Should run a quick local test.



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

Reply via email to