-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>enhancementresiliency
Description
Overly large bulk request can threaten the stability of Elasticsearch. Hence we want to limit the size of a bulk request.
Although the need originally arose for bulk requests, the solution will apply to requests in general and not just bulk requests.
There will be two (configurable) limits:
- A limit on the size (in bytes) of an individual request
- A limit on the size (in bytes) of all requests that are currently in flight
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>enhancementresiliency