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

Commits on Mar 24, 2020

  1. Avoid I/O operations when rewriting shard search request

    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 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cba588b View commit details
    Browse the repository at this point in the history
  2. reuse index service

    jimczi committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c9e63a2 View commit details
    Browse the repository at this point in the history
  3. address comment

    jimczi committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a1706be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e44f782 View commit details
    Browse the repository at this point in the history