ElasticsearchLRUQueryCache use much memory cause node OutOfMemoryError

Elasticsearch version: 7.2.0
JVM version: Build-in JDK12
OS version: CentOS 7.3

I have a index with join field, heap usage will raise to 90%+ when doing has_child query.
MAT report shows org.elasticsearch.indices.IndicesQueryCache$ElasticsearchLRUQueryCache consume 80%+ heap size.


what is the reason that ElasticsearchLRUQueryCache would larger then 10% of heap size and cause oom problem?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.