Skip to content

Add minimum compatibility version to SearchRequest #67414

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

Merged
merged 3 commits into from
Jan 13, 2021

Conversation

astefan
Copy link
Contributor

@astefan astefan commented Jan 13, 2021

Adds a minimum version request parameter to SearchRequest. The minimum version helps failing a request if any shards involved in the search do not meet the compatibility requirements (all shards need to have a version equal or later than the minimum version provided).

Relates to #63304.
Backport of #65896.

astefan and others added 3 commits January 13, 2021 01:00
* Adds a minimum version request parameter to SearchRequest.
The minimum version helps failing a request if any shards
involved in the search do not meet the compatibility requirements
(all shards need to have a version equal or later than the minimum
version provided).

(cherry picked from commit e3386e1)
@astefan astefan added >feature :Search/Search Search-related issues that do not fall into other categories backport labels Jan 13, 2021
@elasticmachine elasticmachine added the Team:Search Meta label for search team label Jan 13, 2021
@elasticmachine
Copy link
Collaborator

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

@astefan astefan merged commit 85794b7 into elastic:7.x Jan 13, 2021
astefan added a commit that referenced this pull request Jan 13, 2021
@astefan astefan deleted the 65896_7x_backport branch January 13, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >feature :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants