Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x backport: Allow to continue to cleanup search index even if there is invalid ddoc #3119

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

jiangphcn
Copy link
Contributor

Overview

backport #3118 to 3.x

Testing recommendations

make elixir tests=src/dreyfus/test/elixir/test/search_test.exs


SearchTest
  * test clean up search index with invalid design document (55.1ms)

ReshardHelpers

PartitionHelpers


Finished in 0.07 seconds
1 test, 0 failures

Related Issues or Pull Requests

Checklist

In some situation where design document for search index created by
customer is not valid, the _search_cleanup endpoint will stop to clean
up. This will leave some search index orphan. The change is to allow
to continue to clean up search index even if there is invalid design
document for search.
@jiangphcn jiangphcn merged commit 8ef3c0d into 3.x Sep 1, 2020
@jiangphcn jiangphcn deleted the backport-dreyfus-cleanup-with-invalid-ddoc branch September 1, 2020 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants