From dev-return-26023-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Mar 18 16:18:16 2013 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A487EE04 for ; Mon, 18 Mar 2013 16:18:16 +0000 (UTC) Received: (qmail 93359 invoked by uid 500); 18 Mar 2013 16:18:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 93320 invoked by uid 500); 18 Mar 2013 16:18:15 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 93311 invoked by uid 99); 18 Mar 2013 16:18:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 16:18:15 +0000 Date: Mon, 18 Mar 2013 16:18:15 +0000 (UTC) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1714) Remove usage of restart_core_server in favor of kill -TERM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605266#comment-13605266 ] Robert Newson commented on COUCHDB-1714: ---------------------------------------- /_restart itself should be removed from the product in my opinion, with no replacement. The other ticket about the init.d restart problem is the one to fix. _restart is useful during the execution of the test suite, though. > 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