[
https://issues.apache.org/jira/browse/HBASE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910643#comment-13910643
]
Nicolas Liochon commented on HBASE-10355:
-----------------------------------------
bq. We should either document this very well, or auto-enable interrupts if this
jira is used.
It's not easy to do that, because the RpcClient does not really know about the
replica.
Something that we could do however, is to do a single check in HTable: if we
have a get with Consistency != Strong, we check the value for allowsInterrupt.
If false, we log a warning message. The other option would be to throw an
illegalStateException, if we want to say that we support only this option with
replica (and it would make sense).
> Failover RPC's from client using region replicas
> ------------------------------------------------
>
> Key: HBASE-10355
> URL: https://issues.apache.org/jira/browse/HBASE-10355
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Enis Soztutar
> Assignee: Nicolas Liochon
> Fix For: 0.99.0
>
> Attachments: 10355.v1.patch, 10355.v2.patch, 10355.v3.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)