GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-couch/pull/139
Propagate db delete event to changes callback
Not propagating the `delete` event to the changes callback causes
db to stay open when it is deleted in the presence of `continuous`
requests to `_changes` feed. This in its turn causes `couch_file` to stay
open until the connection is closed by the client.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch
should_end_changes_when_db_deleted
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/139.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 #139
----
commit bbe1728b89e54f757a5efc37ac40c4d2cce9b436
Author: ILYA Khlopotov <[email protected]>
Date: 2016-02-11T00:26:22Z
Propagate db delete event to changes callback
Not propagating the `delete` event to the changes callback causes
db to stay open when it is deleted in the presence of `continuous`
requests to _changes feed. This in its turn causes couch_file to stay
open until the connection is closed by the client.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---