From dev-return-5418-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sun Aug 02 13:29:36 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 64282 invoked from network); 2 Aug 2009 13:29:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Aug 2009 13:29:36 -0000 Received: (qmail 2624 invoked by uid 500); 2 Aug 2009 13:29:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 2546 invoked by uid 500); 2 Aug 2009 13:29:38 -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 2536 invoked by uid 99); 2 Aug 2009 13:29:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 13:29:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 13:29:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB614234C04C for ; Sun, 2 Aug 2009 06:29:14 -0700 (PDT) Message-ID: <1321653708.1249219754896.JavaMail.jira@brutus> Date: Sun, 2 Aug 2009 06:29:14 -0700 (PDT) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-370) If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed In-Reply-To: <1038255149.1243706647320.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738079#action_12738079 ] Adam Kocoloski commented on COUCHDB-370: ---------------------------------------- Hi Mark, I think couchspawnkillable was supposed the solution to this ticket. > If the CouchDB vm is dies or is killed, view subprocesses (js) are not automatically killed > ------------------------------------------------------------------------------------------- > > Key: COUCHDB-370 > URL: https://issues.apache.org/jira/browse/COUCHDB-370 > Project: CouchDB > Issue Type: Bug > Components: JavaScript View Server > Affects Versions: 0.9 > Reporter: Damien Katz > Priority: Minor > > If CouchDB dies or is killed, it's subprocess are not forcefully killed. If the subprocesses are in infinite loops, they will never die. We need some kind of external watchdog process, or processes that kill the subprocess automatically if the CouchDB erlang vm dies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.