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

Limit the number of concurrent requests per node #31206

Merged
merged 5 commits into from
Jun 11, 2018

Commits on Jun 8, 2018

  1. Limit the number of concurrent requests per node

    With `max_concurrent_shard_requests` we used to throttle / limit
    the number of concurrent shard requests a high level search request
    can execute per node. This had several problems since it limited the
    number on a global level based on the number of nodes. This change
    now throttles the number of concurrent requests per node while still
    allowing concurrency across multiple nodes.
    
    Closes elastic#31192
    s1monw committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    33cf10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f79f0 View commit details
    Browse the repository at this point in the history
  3. fix replace issue

    s1monw committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    86bda1c View commit details
    Browse the repository at this point in the history
  4. address comments

    s1monw committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    b88f065 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee95038 View commit details
    Browse the repository at this point in the history