-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.3
-
Component/s: Java - Library
-
Labels:
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.
- breaks
-
THRIFT-3478 Restore dropped method to THsHaServer.java
-
- Closed
-