You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Joseph Davis (JIRA)" <ji...@apache.org> on 2011/02/01 18:56:29 UTC

[jira] Commented: (COUCHDB-1052) CouchDB crashes by Erlang Heartbeat Runtime System

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

Paul Joseph Davis commented on COUCHDB-1052:
--------------------------------------------

How do you mean graceful restart of CouchDB? Did you find a ticket for heart that had to do with errors with system clocks? I can imagine there'd be weirdness with clocks that change. I know there used to be a thing when laptops woke up after sleeping, but AFAIK we fixed that.

> CouchDB crashes by Erlang Heartbeat Runtime System
> --------------------------------------------------
>
>                 Key: COUCHDB-1052
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1052
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: 0.10.1, 1.0.1
>         Environment: Solaris 10
>            Reporter: Nicolas Maupu
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Hello,
> We have several couchdb in our production environment (starting from 0.10.1 and upgraded to 1.0.1). Some instances began to crash several times a day.
> After research (I am not aware of all erlang tips and tricks), I found that the problem was caused by erlang heartbeat runtime system (http://www.erlang.org/doc/man/heart.html).
> For some reasons (it seems to be a problem with system clock), this heartbeat process sends a signal to main erlang process to trigger HEARTBEAT_COMMAND. 
> The command configured by couchdb startup script is to call 'bin/couchdb -k' which kill server ...
> I don't know if this is wanted or not but is Erlang heartbeat system provided to restart a service if this one crash ?
> I patched mine to restart process gracefully but I would like to know if this is a feature or a bug : next time I upgrade, I will have to patch again.
> My patch is a little bit specific to my architecture so I did not provide it. Ask me if you are interested.
> nm.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira