Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.2
-
None
-
2018-02
Description
When fixing MCOL-1128, we set the threadpool to infinite threads. threadpool has a facility whereby it will allow any number of threads to be spawned, but if after 10 minutes of idel, a thread isn't used and there are more than a set maximum threads in the pool, that thread will be discarded.
We need to make use of that facility.