Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4515

Quartz scheduler outputs confusable "XX worker threads active" log when shutdown

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Obsolete
    • Icon: Minor Minor
    • No Release
    • JBossAS-4.2.0.GA
    • Scheduling/Timers
    • None

      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.

            Unassigned Unassigned
            rhn-support-tkimura Takayoshi Kimura
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: