[
https://issues.apache.org/jira/browse/HBASE-10355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905853#comment-13905853
]
Enis Soztutar commented on HBASE-10355:
---------------------------------------
The patch looks great.
This patch defines primaryCallTimeout in nanosec, while HBASE-10356 is in ms.
We should fix either that or this. We can append ns or ms to the name of the
conf option.
It looks costly to get these from configuration for every get:
{code}
+ int callTimeout = configuration.getInt(
{code}
Can we get this once and save it at initialization.
Interruption via Future.cancel() seems good. It works with HBASE-10472, right?
I guess CompletionService is also available for jdk6. Are you gonna submit an
updated patch?
> 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
>
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)