[jboss-jira] [JBoss JIRA] (DROOLS-1156) drools-worker threads are created but not cleaned up
C R (JIRA)
issues at jboss.org
Tue May 3 06:10:00 EDT 2016
C R created DROOLS-1156:
---------------------------
Summary: drools-worker threads are created but not cleaned up
Key: DROOLS-1156
URL: https://issues.jboss.org/browse/DROOLS-1156
Project: Drools
Issue Type: Bug
Components: core engine, kie server
Affects Versions: 6.4.0.Final
Reporter: C R
Assignee: Mario Fusco
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list