You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2015/06/25 08:31:04 UTC

[jira] [Updated] (THRIFT-3202) Allow HSHAServer to configure min and max worker threads separately.

     [ https://issues.apache.org/jira/browse/THRIFT-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pankaj Kumar updated THRIFT-3202:
---------------------------------
    Attachment: THRIFT-3202.patch

Patch for review.

> Allow HSHAServer to configure min and max worker threads separately.
> --------------------------------------------------------------------
>
>                 Key: THRIFT-3202
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3202
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: Pankaj Kumar
>            Assignee: Pankaj Kumar
>         Attachments: THRIFT-3202.patch
>
>
> Allow HSHAServer to configure min and max worker thread separately.
> Currently same workerThreads count is configured for both min and max worker threads,
> {code}
> ExecutorService invoker = new ThreadPoolExecutor(workerThreads,
>       workerThreads, stopTimeoutVal, stopTimeoutUnit, queue);
> {code}
> It should be configurable.



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