GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb-couch/pull/219

    Don't trap exits in couch_file

    It turns out to be impossible to trap the exit message from the parent
    process in a gen_server, which is the only reason couch_file traps
    exits in the first place (i.e, this has never worked).
    
    This commit also changes the hot upgrade code to handle this
    transition (but not the previous one).
    
    COUCHDB-3259

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch 
3259-couch-file-trap-exit

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/219.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #219
    
----
commit bbc32e160562fc2f6233b6f583cdef28ced8ed9f
Author: Robert Newson <rnew...@apache.org>
Date:   2016-12-20T22:32:44Z

    Don't trap exits in couch_file
    
    It turns out to be impossible to trap the exit message from the parent
    process in a gen_server, which is the only reason couch_file traps
    exits in the first place (i.e, this has never worked).
    
    This commit also changes the hot upgrade code to handle this
    transition (but not the previous one).
    
    COUCHDB-3259

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to