GitHub user rnewson opened a pull request:
https://github.com/apache/couchdb-fabric/pull/63
End the listener if any shard is deleted
If a database is deleted and recreated the underlying shards have a
new name. Since we're watching the old names, we will never again see
an updated event. So, we stop this process if any watched shard is
deleted and it's someone elses job to recreate the listener for the
new shards.
COUCHDB-3054
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-fabric
3054-invalidate-promptly
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fabric/pull/63.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 #63
----
commit ebea1b8f5d49fe60f326b33dbdc06176ecfea5d1
Author: Robert Newson <[email protected]>
Date: 2016-07-12T11:06:24Z
End the listener if any shard is deleted
If a database is deleted and recreated the underlying shards have a
new name. Since we're watching the old names, we will never again see
an updated event. So, we stop this process if any watched shard is
deleted and it's someone elses job to recreate the listener for the
new shards.
COUCHDB-3054
----
---
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.
---