VMware Identity Manager (vIDM) 3.3.7 appliances may experience intermittent service failures where the OpenSearch service enters a "not running" state. This article provides the steps to resolve CircuitBreakingException errors associated with memory exhaustion.
/etc/init.d/opensearch restart).horizon.log or OpenSearch logs show the following error: org.opensearch.common.breaker.CircuitBreakingException: [parent] Data too large, data for [internal:cluster/shard/failure] would be ...VMware Identity Manager (vIDM) 3.3.7 OpenSearch
The OpenSearch JVM heap exceeds the configured memory limit during search or aggregation operations, triggering the circuit breaker to prevent an OutOfMemoryError.
To resolve this issue, adjust the OpenSearch JVM heap size:
jvm.options file (location varies by environment; typically /opt/vmware/opensearch/config/jvm.options).-Xms2g -Xmx2g/etc/init.d/opensearch restartcurl 'http://localhost:9200/_cluster/health?pretty=true'If the issue persists, ensure the root partition is not full and review the gc.log files for excessive growth.