[
https://issues.apache.org/jira/browse/HBASE-14970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063644#comment-15063644
]
Anoop Sam John commented on HBASE-14970:
----------------------------------------
And one thing
{code}
private ThreadPoolExecutor getThreadPoolExecutor(int maxThreads) {
return Threads.getBoundedCachedThreadPool(maxThreads, maxThreads * 3,
TimeUnit.SECONDS,
{code}
Why the time out value is calculated based on maxThreads?
These 2 points present in the code base committed to trunk.. We need to fine
tune the #threads
> Backport HBASE-13082 and its sub-jira to branch-1
> -------------------------------------------------
>
> Key: HBASE-14970
> URL: https://issues.apache.org/jira/browse/HBASE-14970
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Attachments: HBASE-13082-branch-1.patch, HBASE-14970_branch-1.patch,
> HBASE-14970_branch-1.patch, HBASE-14970_branch-1.patch,
> HBASE-14970_branch-1_1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)