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

Remove usage of IndexSortSortedNumericDocValuesRangeQuery #61772

Merged
merged 2 commits into from
Sep 1, 2020

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Sep 1, 2020

This change reverts the optimization added in #56657.
We found a bug in
IndexSortSortedNumericDocValuesRangeQuery that can fail the entire shard search request so this commit removes the optimization and restore the old behavior (range query on points) in this release branch.

Relates #61766

@jimczi jimczi added >bug :Search/Search Search-related issues that do not fall into other categories v7.9.0 labels Sep 1, 2020
@jimczi jimczi requested a review from jpountz September 1, 2020 09:43
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Search)

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Sep 1, 2020
@jimczi jimczi merged commit 13b9536 into elastic:7.9 Sep 1, 2020
@jimczi jimczi deleted the revert_56710 branch September 1, 2020 10:21
@jimczi jimczi added v7.9.1 and removed v7.9.0 labels Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team v7.9.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants