Elasticsearch Circuit Breaking Exception

CircuitBreaking Exception: Data Too Large for field parent/child id cache

You might get this problem with fielddata size limit. fielddata size limit is checked after the query data is loaded. When your elasticsearch query tried to load data more than the fielddata available memory then you would get the OutOfMemoryException. Caused by: org.elasticsearch.common.breaker.CircuitBreakingException: Data too large, data for field [parent/child id cache] would be larger…

Read More
Verified by MonsterInsights