You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2016/09/15 15:24:43 UTC

[GitHub] couchdb-fabric pull request #69: Avoid throwing exception when deleting db i...

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/69

    Avoid throwing exception when deleting db in db updater listener

    Handle db deletion explicitly. Previously handle_db_event callback returned
    `{stop, St}`. That return value was not handled by the caller, instead it
    resulted in it being used as reason in an erlang:error, which then ended up in
    the log.
    
    Jira: COUCHDB-3149

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

    $ git pull https://github.com/apache/couchdb-fabric 3149-delete-db-with-change-feed

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

    https://github.com/apache/couchdb-fabric/pull/69.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 #69
    
----
commit b5340347294ac8047619df23b1586774d22e5b71
Author: Nick Vatamaniuc <va...@apache.org>
Date:   2016-09-15T15:16:19Z

    Avoid throwing exception when deleting db in db updater listener
    
    Handle db deletion explicitly. Previously handle_db_event callback returned
    `{stop, St}`. That return value was not handled by the caller, instead it
    resulted in it being used as reason in an erlang:error, which then ended up in
    the log.
    
    Jira: COUCHDB-3149

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fabric issue #69: Avoid throwing exception when deleting db in db up...

Posted by davisp <gi...@git.apache.org>.
Github user davisp commented on the issue:

    https://github.com/apache/couchdb-fabric/pull/69
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fabric pull request #69: Avoid throwing exception when deleting db i...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-fabric/pull/69


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fabric issue #69: Avoid throwing exception when deleting db in db up...

Posted by iilyak <gi...@git.apache.org>.
Github user iilyak commented on the issue:

    https://github.com/apache/couchdb-fabric/pull/69
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---