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

Force execution of finish shard bulk request #51957

Merged
merged 5 commits into from
Feb 15, 2020

Commits on Feb 5, 2020

  1. Force execution of finish shard bulk request

    Currently the shard bulk request can be rejected by the write threadpool
    after a mapping update. This introduces a scenario where the mapping
    listener thread will attempt to finish the request and fsync. This
    thread can potentially be a transport thread. This commit fixes this
    issue by forcing the finish action to happen on the write threadpool.
    
    Fixes elastic#51904.
    Tim-Brooks committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    5a02d1a View commit details
    Browse the repository at this point in the history
  2. Dispatch everything

    Tim-Brooks committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    4b0b0eb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Comment

    Tim-Brooks committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ae403e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07135b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    722236d View commit details
    Browse the repository at this point in the history