You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Bhavani Iyer (JIRA)" <de...@uima.apache.org> on 2010/12/03 22:20:10 UTC

[jira] Created: (UIMA-1963) UimacppServiceController does not shutting down UIMA C++ service

UimacppServiceController does not shutting down UIMA C++ service
----------------------------------------------------------------

                 Key: UIMA-1963
                 URL: https://issues.apache.org/jira/browse/UIMA-1963
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Bhavani Iyer
            Assignee: Bhavani Iyer


C++ process is not shutdown when  Java controller process is stopped during initialization.  
The shutdown hook should be registered before C++ process is started.

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


[jira] Closed: (UIMA-1963) UimacppServiceController does not shutting down UIMA C++ service

Posted by "Bhavani Iyer (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhavani Iyer closed UIMA-1963.
------------------------------

    Resolution: Fixed

UimacppServiceController modified to register the shutdown hook before launching the process.  The shutdownhook was modified to get a handle to the controller to use the controller API to quiesce and shutdown before destroying the C++ process.

> UimacppServiceController does not shutting down UIMA C++ service
> ----------------------------------------------------------------
>
>                 Key: UIMA-1963
>                 URL: https://issues.apache.org/jira/browse/UIMA-1963
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Bhavani Iyer
>            Assignee: Bhavani Iyer
>
> C++ process is not shutdown when  Java controller process is stopped during initialization.  
> The shutdown hook should be registered before C++ process is started.

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