[
https://issues.apache.org/jira/browse/HBASE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910708#comment-13910708
]
Nicolas Liochon commented on HBASE-10355:
-----------------------------------------
The connection is shared between the tables, so you don't really know: if the
first get is on a table that don't have replica, then the connection will be
w/o the separate writer. HTable knows very little about replica today. It only
sees something when it receives a get with consistency != strong.
Note that HBASE-10566 is about being able to have a single path (once the
socket timeout it out of the way, we can have a thread pool for the readers and
the writers).
> 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)