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

Hudson commented on HBASE-3653:
-------------------------------

Integrated in HBase-TRUNK #1794 (See 
[https://hudson.apache.org/hudson/job/HBase-TRUNK/1794/])
    

> Parallelize Server Requests on HBase Client
> -------------------------------------------
>
>                 Key: HBASE-3653
>                 URL: https://issues.apache.org/jira/browse/HBASE-3653
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.90.2, 0.92.0
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>             Fix For: 0.90.2, 0.92.0
>
>         Attachments: HBASE-3653.patch
>
>
> Vastly improves HBCK performance. Although we are parallelizing 
> getRegionAssignment() calls, getHRegionConnection()
> gets a big lock. Cache misses can be expensive on heavily-loaded servers 
> because they need to setup a proxy connection. This hurts cache hits on a 
> cache miss & serializes all cache misses. We should parallelize both 
> situations.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to