ColdFusion 2018 - TIMED_WAITING threads stacking up endlessly?
Hi everyone,
before I start here is some basic info about our production environment:
OS: CentOS Linux 7
CF: ColdFusion 2018 (2018.0.10.320417)
Java: 11.0.8
FusionReactor: 8.5.0
Apache httpd: 2.4.6
mod_jk: 1.2.46
We have installed ColdFusion 2018 lately and noticed that FusionReactor shows a lot of TIMED_WAITING threads called `pool-<number>-thread-1` which ramp up and don't seem to be closed:

since this looks worrying to me I'm here to ask if anyone knows if this is normal behaviour or if we need to take action before our server crashs like this one.
I took a look at some thread dumps of these `pool-*-thread-1`-threads but they don't give me a clue where they come frome and what they were supposed to be used for.
Example:

I don't know much about Java threads yet and thus can not debug this right away. Maybe anyone here has an advice where to start?
btw: at first I thought these threads are the ones which are configured in `workers.properties` and `server.xml` but they are set to max 250 whereas those pool-threads are thousands - anyways here is our workers.properties for reference:
worker.cfusion.connection_pool_timeout=60
worker.cfusion.connection_pool_size=250
worker.cfusion.max_reuse_connections=250and the connector tag
<Connector connectionTimeout="60000" maxThreads="250" ...
Cheers,
Sebastian
