Indexing Pressure should also account for the parsing memory #121651
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
>enhancement
Team:Distributed Indexing
Meta label for Distributed Indexing team
Description
Indexing pressure does not currently account for the extra heap memory required for parsing indexed documents, i.e. by the
index.mapper.SourceToParse
andjackson.core.util.ReadConstrainedTextBuffer
classes. In the worst cases, the extra memory can be 1x and 2x, respectively, the memory of the indexed document (the memory that's accounted by theIndexingPressure
).In some cases this can OOM the node rather than reject the indexing request.
The text was updated successfully, but these errors were encountered: