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

Lars Hofhansl edited comment on HBASE-7295 at 2/22/14 1:22 AM:
---------------------------------------------------------------

I haven't seen any convincing evidence that this is an issue.
Do you have seen this issue [~mubarakseyed]? Do you have a stack trace?


was (Author: lhofhansl):
I haven't see any convincing evidence that this is an issue.
Do you have seen this issue [~mubarakseyed]? Do you have a stack trace?

> Contention in HBaseClient.getConnection
> ---------------------------------------
>
>                 Key: HBASE-7295
>                 URL: https://issues.apache.org/jira/browse/HBASE-7295
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.3
>            Reporter: Varun Sharma
>            Assignee: Varun Sharma
>         Attachments: 7295-0.94-v2.txt, 7295-0.94-v3.txt, 7295-0.94-v4.txt, 
> 7295-0.94-v5.txt, 7295-0.94.txt, 7295-trunk-v2.txt, 7295-trunk-v3.txt, 
> 7295-trunk-v3.txt, 7295-trunk-v4.txt, 7295-trunk.txt, 7295-trunk.txt, 
> TestSynchronized.java, TestVolatile.java, synchronized_output.txt, 
> volatile_output.txt
>
>
> HBaseClient.getConnection() synchronizes on the connections object. We found 
> severe contention on a thrift gateway which was fanning out roughly 3000+ 
> calls per second to hbase region servers. The thrift gateway had 2000+ 
> threads for handling incoming connections. Threads were blocked on the 
> syncrhonized block - we set ipc.pool.size to 200. Since we are using 
> RoundRobin/ThreadLocal pool only - its not necessary to synchronize on 
> connections - it might lead to cases where we might go slightly over the 
> ipc.max.pool.size() but the additional connections would timeout after 
> maxIdleTime - underlying PoolMap connections object is thread safe.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to