Modify UIMA AS service to call System.exit(1) when handling java Error
----------------------------------------------------------------------

                 Key: UIMA-2377
                 URL: https://issues.apache.org/jira/browse/UIMA-2377
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
            Priority: Minor
             Fix For: 2.4.0AS


On OOM, the UIMA AS service is trying to gracefully stop the service via 
quiesceAndStop. While shutting down, additional OOMs are thrown possibly due to 
extra logging that takes place during shutdown. These errors leave the jvm in a 
hanging state. When handling java Error, UIMA AS should try to log, and dump a 
message to stdout and just exit the jvm.   

--
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

        

Reply via email to