[jboss-jira] [JBoss JIRA] Created: (JBAS-4515) Quartz scheduler outputs confusable "XX worker threads active" log when shutdown
Takayoshi Kimura (JIRA)
jira-events at lists.jboss.org
Wed Jul 4 07:02:51 EDT 2007
Quartz scheduler outputs confusable "XX worker threads active" log when shutdown
--------------------------------------------------------------------------------
Key: JBAS-4515
URL: http://jira.jboss.com/jira/browse/JBAS-4515
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Other
Affects Versions: JBossAS-4.2.0.GA
Reporter: Takayoshi Kimura
Priority: Minor
Quartz scheduler always output the following log when shutdown:
INFO [org.quartz.simpl.SimpleThreadPool] There are still XX worker threads active. See javadoc runInThread(Runnable) for a possible explanation
The thread count XX is not Quartz worker threads. Quarts is using "main" thread group because SimpleThreadPool#isThreadsInheritGroupOfInitializingThread() == true. This is confusing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list