-
Notifications
You must be signed in to change notification settings - Fork 16.6k
[incubator/couchdb] Update CouchDB to latest release, add Search #14822
Conversation
|
Hi @kocolosk. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
There is a companion open source project to CouchDB called Clouseau that provides Lucene-powered fulltext search to CouchDB. This patch provides a way to include Clouseau as a sidecar in each CouchDB Pod. The latest release of CouchDB does not yet support this sidecar out of the box; see apache/couchdb#2037. This integration is therefore disabled by default. Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
|
/ok-to-test |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, kocolosk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…m#14822) * Bump to latest CouchDB release Signed-off-by: Adam Kocoloski <kocolosk@apache.org> * Add experimental integration with Lucene search There is a companion open source project to CouchDB called Clouseau that provides Lucene-powered fulltext search to CouchDB. This patch provides a way to include Clouseau as a sidecar in each CouchDB Pod. The latest release of CouchDB does not yet support this sidecar out of the box; see apache/couchdb#2037. This integration is therefore disabled by default. Signed-off-by: Adam Kocoloski <kocolosk@apache.org> Signed-off-by: Nigel Foucha <nigel.foucha@gmail.com>
…m#14822) * Bump to latest CouchDB release Signed-off-by: Adam Kocoloski <kocolosk@apache.org> * Add experimental integration with Lucene search There is a companion open source project to CouchDB called Clouseau that provides Lucene-powered fulltext search to CouchDB. This patch provides a way to include Clouseau as a sidecar in each CouchDB Pod. The latest release of CouchDB does not yet support this sidecar out of the box; see apache/couchdb#2037. This integration is therefore disabled by default. Signed-off-by: Adam Kocoloski <kocolosk@apache.org> Signed-off-by: Andrii Nasinnyk <anasinnyk@macpaw.com>
What this PR does / why we need it:
Special notes for your reviewer:
The experimental functionality is disabled by default, and requires a custom build of CouchDB until apache/couchdb#2037 is merged and we cut a new release. If you want to test it out:
Documentation is also being reviewed at apache/couchdb-documentation#418.
Checklist
[stable/chart])