Skip to content

Increase default write queue size#59559

Merged
Tim-Brooks merged 1 commit intoelastic:masterfrom
Tim-Brooks:increase_write_queue_size
Jul 15, 2020
Merged

Increase default write queue size#59559
Tim-Brooks merged 1 commit intoelastic:masterfrom
Tim-Brooks:increase_write_queue_size

Conversation

@Tim-Brooks
Copy link
Copy Markdown
Contributor

This commit increases the default write queue size to 10000. This is to
allow a greater number of pending indexing requests. This work is safe
as we have added additional memory limits. Relates to #59263.

This commit increases the default write queue size to 10000. This is to
allow a greater number of pending indexing requests. This work is safe
as we have added additional memory limits. Relates to elastic#59263.
@Tim-Brooks Tim-Brooks added >enhancement :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v8.0.0 v7.9.0 labels Jul 14, 2020
@Tim-Brooks Tim-Brooks requested a review from ywelsch July 14, 2020 18:42
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (:Distributed/CRUD)

@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team. label Jul 14, 2020
@Tim-Brooks
Copy link
Copy Markdown
Contributor Author

This has already been committed to 7.x with the release notes.

Copy link
Copy Markdown
Contributor

@ywelsch ywelsch left a comment

Choose a reason for hiding this comment

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

Can you also update threadpool.asciidoc?

@Tim-Brooks Tim-Brooks merged commit 4e81958 into elastic:master Jul 15, 2020
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Aug 17, 2024
In 9dc59e2 we relaxed the `indexDocs()` test utility to retry on
rejections caused by exceeding the write queue length limit, but then we
massively relaxed this limit in elastic#59559. We should not be seeing such
rejections any more, so we can revert this special handling and
strengthen the tests to assert that the indexing process encounters no
failures at all.
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Aug 19, 2024
In 9dc59e2 we relaxed the `indexDocs()` test utility to retry on
rejections caused by exceeding the write queue length limit, but then we
massively relaxed this limit in elastic#59559. We should not be seeing such
rejections any more, so we can revert this special handling and
strengthen the tests to assert that the indexing process encounters no
failures at all.
DaveCTurner added a commit that referenced this pull request Aug 19, 2024
In 9dc59e2 we relaxed the `indexDocs()` test utility to retry on
rejections caused by exceeding the write queue length limit, but then we
massively relaxed this limit in #59559. We should not be seeing such
rejections any more, so we can revert this special handling and
strengthen the tests to assert that the indexing process encounters no
failures at all.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this pull request Sep 4, 2024
In 9dc59e2 we relaxed the `indexDocs()` test utility to retry on
rejections caused by exceeding the write queue length limit, but then we
massively relaxed this limit in elastic#59559. We should not be seeing such
rejections any more, so we can revert this special handling and
strengthen the tests to assert that the indexing process encounters no
failures at all.
davidkyle pushed a commit to davidkyle/elasticsearch that referenced this pull request Sep 5, 2024
In 9dc59e2 we relaxed the `indexDocs()` test utility to retry on
rejections caused by exceeding the write queue length limit, but then we
massively relaxed this limit in elastic#59559. We should not be seeing such
rejections any more, so we can revert this special handling and
strengthen the tests to assert that the indexing process encounters no
failures at all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >enhancement Team:Distributed Meta label for distributed team. v7.9.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants