[
https://issues.apache.org/jira/browse/UIMA-5040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik updated UIMA-5040:
--------------------------------
Description: When UIMA-AS service terminates due to error handling
threshold being met, it logs that the service exits with exit(0), The code
however forces shutdown with exit(1). Modify code to shutdown with exit(0).
This should be a "normal" or expected shutdown since it is explicitly specified
in error handling so 0 seems like more appropriate value.
> UIMA-AS: when service terminates it exits with exit code=1 instead of 0
> -----------------------------------------------------------------------
>
> Key: UIMA-5040
> URL: https://issues.apache.org/jira/browse/UIMA-5040
> Project: UIMA
> Issue Type: Bug
> Components: Async Scaleout
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Fix For: 2.9.0AS
>
>
> When UIMA-AS service terminates due to error handling threshold being met, it
> logs that the service exits with exit(0), The code however forces shutdown
> with exit(1). Modify code to shutdown with exit(0). This should be a "normal"
> or expected shutdown since it is explicitly specified in error handling so 0
> seems like more appropriate value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)