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

Ensure realtime _get and _termvectors don't run on the network thread #33814

Merged
merged 1 commit into from
Sep 18, 2018

Commits on Sep 18, 2018

  1. Ensure realtime _get and _termvectors don't run on the network th…

    …read
    
    The change in elastic#27500 introduces this regression that causes `_get` and `_term_vector`
    actions to run on the network thread if the realtime flag is set.
    This fixes the issue by delegating to the super method forking on the corresponding threadpool.
    s1monw committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    934278c View commit details
    Browse the repository at this point in the history