You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Stephen Yuan Jiang (JIRA)" <ji...@apache.org> on 2015/10/14 00:57:05 UTC

[jira] [Commented] (HBASE-12604) Backport HBASE-12128 (Cache configuration and RpcController selection for Table in Connection) to 0.98

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

Stephen Yuan Jiang commented on HBASE-12604:
--------------------------------------------

[~apurtell], in {{HConnectionImplementation(Configuration conf, boolean managed, ExecutorService pool, User user)}}, the following code are redundant, as they have already set in the {{this(conf)}} call.

{code}
      this.rpcCallerFactory = RpcRetryingCallerFactory.instantiate(conf, this.stats);
      this.rpcControllerFactory = RpcControllerFactory.instantiate(conf);
{code}

> Backport HBASE-12128 (Cache configuration and RpcController selection for Table in Connection) to 0.98
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-12604
>                 URL: https://issues.apache.org/jira/browse/HBASE-12604
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 0.98.9
>
>         Attachments: HBASE-12128-0.98.patch
>
>




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