Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1201

UIMA Does Not Exit Due to threadGroupDestroyer Thread Waiting On Daemon Threads

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2.2
    • None
    • Collection Processing
    • None

    Description

      The threadGroupDestroyer thread is causing my application to not exit when finished processing. It's waiting on some threads from my database connection pool. Those threads are daemon threads that won't end until the JVM shuts down. The threadGroupDestroyer should not wait for daemon threads to end before destroying the thread group. The relevant code is in lines 2518-2542 of CPMEngine.java

      Attachments

        Activity

          People

            schor Marshall Schor
            jrduncans Stephen Charles Duncan, Jr.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: