You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2008/12/10 16:02:44 UTC

[jira] Issue Comment Edited: (UIMA-1201) UIMA Does Not Exit Due to threadGroupDestroyer Thread Waiting On Daemon Threads

    [ https://issues.apache.org/jira/browse/UIMA-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654967#action_12654967 ] 

schor edited comment on UIMA-1201 at 12/10/08 7:02 AM:
----------------------------------------------------------------

oops - closed the wrong issue... too many windows open at once.  Re-opening.  

      was (Author: schor):
    oops - closed the wrong issue... too many windows open at once.  Re-opening.  Ignore above comment which was intended for UIMA-1220
  
> UIMA Does Not Exit Due to threadGroupDestroyer Thread Waiting On Daemon Threads
> -------------------------------------------------------------------------------
>
>                 Key: UIMA-1201
>                 URL: https://issues.apache.org/jira/browse/UIMA-1201
>             Project: UIMA
>          Issue Type: Bug
>          Components: Collection Processing
>    Affects Versions: 2.2.2
>            Reporter: Stephen Duncan Jr
>             Fix For: 2.3AS
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.