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

Introduce byte limit for elastic search bulk requests #784

Closed
philippguertler opened this issue Jul 2, 2019 · 1 comment · Fixed by #791
Closed

Introduce byte limit for elastic search bulk requests #784

philippguertler opened this issue Jul 2, 2019 · 1 comment · Fixed by #791

Comments

@philippguertler
Copy link
Contributor

Bulk requests are currently only limited by document count. The documents can differ widely in total byte size which can cause high memory usage regardless of the document count bulk limit.

To prevent out of memory situations a byte limit should be configurable to limit the amount of bytes a bulk request should have.

@Jotschi
Copy link
Contributor

Jotschi commented Jul 3, 2019

Implemented in #791

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants