-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Increase default write queue size #59464
Conversation
This commit increases the default write queue size to 4000. This is to allow a greater number of pending indexing requests. This work is safe as we have added additional memory limits.
Pinging @elastic/es-distributed (:Distributed/CRUD) |
After this is merged, it needs to be forward ported to 8.0 without the release notes. I have added a meta issue for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing the actual change to the setting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is currently labelled breaking as it changes a major default setting - the |
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.