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

Pankaj Kumar commented on HBASE-13946:
--------------------------------------

Also in TThreadPoolServer, currently threadKeepAliveTimeSec is hard coded as 60 
sec.

{code}

 return new ThreadPoolExecutor(args.minWorkerThreads,
                                  args.maxWorkerThreads,
                                  60,
                                  TimeUnit.SECONDS,
                                  executorQueue);

{code}


I will raise a Jira in THRIFT project for this issue.

> MinWorkerThreads and threadKeepAliveTimeSec should be configurable for Thrift2
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-13946
>                 URL: https://issues.apache.org/jira/browse/HBASE-13946
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Pankaj Kumar
>            Assignee: Pankaj Kumar
>
> For HSHA and ThreadPool servers, there should a way to configure the 
> minWorkerThreads and threadKeepAliveTimeSec so that user will be able 
> maintain specific number of idle threads for specific interval of time. 
> Currently it is 5 and 60 sec respectively.



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

Reply via email to