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

Default max concurrent search req. numNodes * 5 #31171

Merged
merged 4 commits into from
Jun 8, 2018

Commits on Jun 7, 2018

  1. Default max concurrent search req. to the avg shards size per index

    We moved to 1 shard by default which caused some issues in how many
    concurrent shard requests we allow by default. For instance searching
    a 5 shard index on a single node will now be executed serially per shard
    while we want these cases to have a good concurrency out of the box. This
    change moves to defaults based on the avg. number of shards per index in
    the current search request to provide a good out of the box concurrency.
    
    Relates to elastic#30783
    Closes elastic#30994
    s1monw committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    1c47301 View commit details
    Browse the repository at this point in the history
  2. fix devision by zero

    s1monw committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    aafae7a View commit details
    Browse the repository at this point in the history
  3. move to a constant

    s1monw committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    62ee2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d63d3c8 View commit details
    Browse the repository at this point in the history