You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (Closed) (JIRA)" <de...@uima.apache.org> on 2012/04/12 21:35:21 UTC

[jira] [Closed] (UIMA-2388) UIMA AS service doesnt terminate when its error handling threshold is exceeded

     [ https://issues.apache.org/jira/browse/UIMA-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-2388.
-------------------------------

    Resolution: Fixed

Modified UIMA AS service to self-destruct via System.exit() when an error threshold is exceeded and action=terminate if the process doesnt stop on its own. Also, before stopping send a reply back to the client with an exception that caused the error handler to terminate the process. Modified extended jUnit tests to disable call to System.exit() when action=terminate.
                
> UIMA AS service doesnt terminate when its error handling threshold is exceeded
> ------------------------------------------------------------------------------
>
>                 Key: UIMA-2388
>                 URL: https://issues.apache.org/jira/browse/UIMA-2388
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.4.0AS
>
>
> When UIMA AS service error threshold is exceeded and action=terminate, the process does not seem to exit. Spin a dedicated shutdown thread and allow the process to cleanup and terminate. If the process does not stop due to one of AEs being stuck in process(), the error handler will call System.exit() after 30 seconds. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira