[
https://issues.apache.org/jira/browse/COUCHDB-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234179#comment-14234179
]
Kristine Jetzke commented on COUCHDB-2488:
------------------------------------------
Waves back to Kotti from Kotti :-)
It's the same when I kill the beam process. Actually, the value in the CouchDB
pid file is the one from the beam process and I think this value is used when
killing with {{-k}}.
This is the path of the {{beam.smp}}, it's the same for both CouchDB versions.
{{/usr/local/Cellar/erlang/17.3/lib/erlang/erts-6.2/bin/beam.smp}}
> 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)