-
Bug
-
Resolution: Done
-
Major
-
6.4.0.Final
-
None
-
-
NEW
-
NEW
There is an issue with creation of threads in drools, when using drools in a container (Web Container oder Java EE application server) environment.
This could be reproduce as well in KIE execution server as in a dummy web application.
If you create a container in drools, there are several new threads named "drools-worker" created. The number of threads depends on the number of CPU cores.
When disposing the container, these threads are still running. Even when we undeploy the application, these threads are still running, as they are created by threadpoolexecutor and not by any managedexecutorservice.