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) #52484

Merged
merged 3 commits into from
Feb 25, 2020

Commits on Feb 18, 2020

  1. Force execution of finish shard bulk request (elastic#51957)

    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 18, 2020
    Configuration menu
    Copy the full SHA
    afd494f View commit details
    Browse the repository at this point in the history
  2. Fix

    Tim-Brooks committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b107583 View commit details
    Browse the repository at this point in the history
  3. Fix

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