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

Avoid I/O operations when rewriting shard search request #54044

Merged
merged 4 commits into from
Mar 24, 2020

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Mar 24, 2020

This commit ensures that we rewrite the shard request with a short-lived can_match searcher.
This is required for frozen indices since the high level rewrite is now performed on a network thread (#51708) where we don't want to perform I/O.

This fixes a bug that is only present in master and 7.x (unreleased versions), hence the non-issue label.

Closes #53985

@jimczi jimczi added >non-issue :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. v8.0.0 v7.7.0 labels Mar 24, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Engine)

This commit ensures that we rewrite the shard request with a short-lived can_match searcher.
This is required for frozen indices since the high level rewrite is now performed on a network thread
where we don't want to perform I/O.

Closes elastic#53985
@jimczi jimczi merged commit f301f49 into elastic:master Mar 24, 2020
@jimczi jimczi deleted the rewrite_search_can_match branch March 24, 2020 23:26
jimczi added a commit that referenced this pull request Mar 25, 2020
…4139)

This commit ensures that we rewrite the shard request with a short-lived can_match searcher.
This is required for frozen indices since the high level rewrite is now performed on a network thread where we don't want to perform I/O.

Closes #53985
jimczi added a commit that referenced this pull request Mar 25, 2020
jimczi added a commit that referenced this pull request Mar 25, 2020
jimczi added a commit that referenced this pull request Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >non-issue v7.7.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Searcher acquired on transport thread
4 participants