-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Open
Labels
:Search Foundations/SearchCatch all for Search FoundationsCatch all for Search Foundations>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Description
Elasticsearch is currently vulnerable to OOMs crashes when handling IdQuery requests containing a large amount of IDs. This problem has presented himself in smaller ES nodes (2GB RAM and 1.45 Millions IDs), while in bigger nodes this might not be a problem, because of the already existing 100MB limit to the http request is effectively preventing OOMs by rejecting IdQueries with too many IDs.
To prevent these failures in the future we should enforce a maximum number of allowed IDs, ideally based on the available memory of the node.
Metadata
Metadata
Assignees
Labels
:Search Foundations/SearchCatch all for Search FoundationsCatch all for Search Foundations>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch