-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Fail put-mapping requests sooner if they will exceed the field number limit #35564
Copy link
Copy link
Closed
Closed
Copy link
Labels
:Distributed/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.
Description
6.4.1
We had a scenario when an index was already hitting the field number limit (index.mapping.total_fields.limit) and subsequent (high volume) indexing requests attempted to add new fields to this index. As a result, a lot of put_mapping tasks got generated. This caused the cluster
state to be held on in memory and became non-GC-able until these mapping updates eventually got rejected (and the coordinating node ran out of memory).
This is an enhancement request to handle this situation better. Is this something the real memory circuit breaker in 7.0 will help with?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
