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

Update max_concurrent_shard_request parameter docs #42227

Merged

Conversation

javanna
Copy link
Member

@javanna javanna commented May 20, 2019

Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to #31206

Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to elastic#31206
@javanna javanna added >docs General docs changes :Search/Search Search-related issues that do not fall into other categories v8.0.0 v7.2.0 v7.0.2 v7.3.0 v7.1.1 labels May 20, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@javanna
Copy link
Member Author

javanna commented May 20, 2019

run elasticsearch-ci/bwc

@javanna javanna requested a review from jimczi May 22, 2019 08:12
Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some comments, LGTM otherwise

@@ -86,11 +86,10 @@ the maximum number of concurrent searches the multi search api will execute.
This default is based on the number of data nodes and the default search thread pool size.

The request parameter `max_concurrent_shard_requests` can be used to control the
maximum number of concurrent shard requests the each sub search request will execute.
maximum number of concurrent shard requests the each sub search request will execute per node.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: s/maximum number of concurrent shard requests the/maximum number of concurrent shard requests that/

This parameter should be used to protect a single request from overloading a cluster
(e.g., a default request will hit all indices in a cluster which could cause shard request rejections
if the number of shards per node is high). This default is based on the number of
data nodes in the cluster but at most `256`.In certain scenarios parallelism isn't achieved through
if the number of shards per node is high). This default value is `5`.In certain scenarios searcparallelism isn't achieved through
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: s/In certain scenarios searcparallelism/In certain scenarios parallelism/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bla :) will fix

@javanna
Copy link
Member Author

javanna commented May 23, 2019

run elasticsearch-ci/bwc

@javanna
Copy link
Member Author

javanna commented May 23, 2019

run elasticsearch-ci/default-distro

@javanna javanna merged commit 13dc1cf into elastic:master May 23, 2019
@jpountz jpountz added v7.1.2 and removed v7.1.1 labels May 24, 2019
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to elastic#31206
javanna added a commit to javanna/elasticsearch that referenced this pull request Jun 11, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to elastic#31206
javanna added a commit that referenced this pull request Jun 12, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to #31206
javanna added a commit that referenced this pull request Jun 12, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to #31206
javanna added a commit that referenced this pull request Jun 12, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to #31206
javanna added a commit that referenced this pull request Jun 12, 2019
Some of the docs were outdated as they did not mention that the limit is
not per node. Also, The default value changed.

Relates to #31206
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :Search/Search Search-related issues that do not fall into other categories v7.0.2 v7.1.2 v7.2.0 v7.3.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants