Details
Description
Default thread pool timeout can be too low which in turn causes excessive thread death and re-creation in AbstractInactivityMonitor.java (default 10 seconds) and TaskRunnerFactory.java (default 30 seconds).
It would be great if these pools were configurable.
The target to aim for is that pooled threads never die under normal load ('normal' being use case specific).