[
https://issues.apache.org/jira/browse/THRIFT-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602862#comment-14602862
]
Hudson commented on THRIFT-3202:
--------------------------------
SUCCESS: Integrated in Thrift #1583 (See
[https://builds.apache.org/job/Thrift/1583/])
THRIFT-3202: Allow HSHAServer to configure min and max worker threads
separately. (jfarrell: rev 2238adabbc5317ab59ee1b13d4df4e1d4d889c73)
* lib/java/src/org/apache/thrift/server/THsHaServer.java
> 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
> Components: Java - Library
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Labels: PatchAvailable
> Fix For: 0.9.3
>
> 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)