You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Wendall Cada (JIRA)" <ji...@apache.org> on 2013/03/18 17:14:17 UTC

[jira] [Commented] (COUCHDB-1714) Remove usage of restart_core_server in favor of kill -TERM

    [ https://issues.apache.org/jira/browse/COUCHDB-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605260#comment-13605260 ] 

Wendall Cada commented on COUCHDB-1714:
---------------------------------------

This needs a windows aware section to properly restart on windows. taskkill works with XP and newer https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/taskkill.mspx?mfr=true I'd propose using taskkill /t PID as it appears to be the equivalent of -TERM.
                
> Remove usage of restart_core_server in favor of kill -TERM
> ----------------------------------------------------------
>
>                 Key: COUCHDB-1714
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1714
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>            Reporter: Wendall Cada
>         Attachments: COUCHDB-1714-use-kill-TERM.patch
>
>
> Currently when issuing a restart, an internal init:restart() is issued. This only restarts the core and not any external processes. Killing the process and starting again is the only way to ensure that all processes properly exit before starting again.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira