You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/08 21:09:28 UTC

[jira] Created: (FELIX-2055) Use a nicer shutdown mechanism when stopping a managed instance

Use a nicer shutdown mechanism when stopping a managed instance
---------------------------------------------------------------

                 Key: FELIX-2055
                 URL: https://issues.apache.org/jira/browse/FELIX-2055
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
    Affects Versions: karaf-1.2.0
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: karaf-1.4.0


Currently, the scripts use some kind of kill -9, but now we have a socket opened for shutting the instance down, so we need to use it and maybe use a timeout to kill it after a delay if the clean shutdown was not sufficient.

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


[jira] Resolved: (FELIX-2055) Use a nicer shutdown mechanism when stopping a managed instance

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2055.
------------------------------------

    Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	karaf/admin/core/src/main/java/org/apache/felix/karaf/admin/internal/AdminServiceImpl.java
	M	karaf/admin/core/src/main/java/org/apache/felix/karaf/admin/internal/InstanceImpl.java
	M	karaf/main/src/main/java/org/apache/felix/karaf/main/Main.java
Committed r907993


> Use a nicer shutdown mechanism when stopping a managed instance
> ---------------------------------------------------------------
>
>                 Key: FELIX-2055
>                 URL: https://issues.apache.org/jira/browse/FELIX-2055
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.2.0
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>
> Currently, the scripts use some kind of kill -9, but now we have a socket opened for shutting the instance down, so we need to use it and maybe use a timeout to kill it after a delay if the clean shutdown was not sufficient.

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