Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Allow HSHAServer to configure min and max worker thread separately.
Currently same workerThreads count is configured for both min and max worker threads,
ExecutorService invoker = new ThreadPoolExecutor(workerThreads,
workerThreads, stopTimeoutVal, stopTimeoutUnit, queue);
It should be configurable.
Attachments
Attachments
Issue Links
- breaks
-
THRIFT-3478 Restore dropped method to THsHaServer.java
- Closed