[
https://issues.apache.org/jira/browse/HBASE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13873199#comment-13873199
]
Nicolas Liochon commented on HBASE-10355:
-----------------------------------------
rpc does not really know the replica logic: there is a new callable that is
doing multiple rpc calls. We're not 'inside' the rpc layer.
What alternative do you see?
- htable level (i.e. a htable composed of different htable)? I tried this, but
we don't need to change most of the htable code, so most of the methods are
just delegating. As well, it needs to be done very carefully if you don't want
to duplicate the objects.
- below the rpc, i.e. inside the rpc layer?
> 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
>
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)