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 AF0B410E92 for ; Thu, 4 Dec 2014 11:05:14 +0000 (UTC) Received: (qmail 74657 invoked by uid 500); 4 Dec 2014 11:05:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 74488 invoked by uid 500); 4 Dec 2014 11:05:12 -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 74270 invoked by uid 99); 4 Dec 2014 11:05:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 11:05:12 +0000 Date: Thu, 4 Dec 2014 11:05:12 +0000 (UTC) From: "Kristine Jetzke (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COUCHDB-2488) Respawn no longer works 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-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristine Jetzke updated COUCHDB-2488: ------------------------------------- Description: I noticed that CouchDB does not get restarted anymore if it was killed. Were there any changes between 1.5 and 1.6? Using 1.5.1: {code} tine$ couchdb -r 5 -b Apache CouchDB has started, time to relax. tine$ couchdb -k Apache CouchDB crashed, restarting in 5 seconds. Apache CouchDB has been killed. tine$ curl localhost:5984 {"couchdb":"Welcome","uuid":"9ed01bc924270ea8c58fb659db662eb7","version":"1.5.1","vendor":{"version":"1.6.1-1","name":"Homebrew"}} {code} Using 1.6.1: {code} tine$ couchdb -r 5 -b Apache CouchDB has started, time to relax. tine$ couchdb -k Apache CouchDB has been killed. tine$ curl localhost:5984 curl: (7) Failed to connect to localhost port 5984: Connection refused {code} I'm on Mac OS X Yosemite. I used homebrew to install CouchDB and {{brew switch couchdb 1.5.1}} and {{brew switch couchdb 1.6.1_1}} to test the different versions. However, I initially noticed the problem on a system with only 1.6.1 installed. was: I noticed that CouchDB does not get restarted anymore if it was killed. Were there any changes between 1.5 and 1.6? Using 1.5.1: {code} tine$ couchdb -r 5 -b Apache CouchDB has started, time to relax. tine$ couchdb -k Apache CouchDB crashed, restarting in 5 seconds. Apache CouchDB has been killed. tine$ curl localhost:5984 {"couchdb":"Welcome","uuid":"9ed01bc924270ea8c58fb659db662eb7","version":"1.5.1","vendor":{"version":"1.6.1-1","name":"Homebrew"}} {code} Using 1.6.1: {code} tine$ couchdb -r 5 -b Apache CouchDB has started, time to relax. tine$ couchdb -k Apache CouchDB has been killed. tine$ curl localhost:5984 curl: (7) Failed to connect to localhost port 5984: Connection refused {code} I'm on Mac OS X Yosemite. I used homebrew to install CouchDB and {{brew switch couchdb 1.5.1}} and {{brew switch couchdb 1.6.1_1}} to test the different versions. However, I initially noticed the problem on system with only 1.6.1 installed. > Respawn no longer works > ----------------------- > > Key: COUCHDB-2488 > URL: https://issues.apache.org/jira/browse/COUCHDB-2488 > Project: CouchDB > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Kristine Jetzke > > I noticed that CouchDB does not get restarted anymore if it was killed. Were there any changes between 1.5 and 1.6? > Using 1.5.1: > {code} > tine$ couchdb -r 5 -b > Apache CouchDB has started, time to relax. > tine$ couchdb -k > Apache CouchDB crashed, restarting in 5 seconds. > Apache CouchDB has been killed. > tine$ curl localhost:5984 > {"couchdb":"Welcome","uuid":"9ed01bc924270ea8c58fb659db662eb7","version":"1.5.1","vendor":{"version":"1.6.1-1","name":"Homebrew"}} > {code} > Using 1.6.1: > {code} > tine$ couchdb -r 5 -b > Apache CouchDB has started, time to relax. > tine$ couchdb -k > Apache CouchDB has been killed. > tine$ curl localhost:5984 > curl: (7) Failed to connect to localhost port 5984: Connection refused > {code} > I'm on Mac OS X Yosemite. I used homebrew to install CouchDB and {{brew switch couchdb 1.5.1}} and {{brew switch couchdb 1.6.1_1}} to test the different versions. However, I initially noticed the problem on a system with only 1.6.1 installed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)