Loading

Circuit Breaker

Circuit breakers on the affected node are tripping often enough to flag a stability risk. Tripped breakers reject searches or indexing outright, which clients see as errors rather than slow responses.

Note

For a complete list of insights, refer to AutoOps insights.

Field Value
Component Elasticsearch
Severity Medium
Scope Node
Domains performance, memory, stability

You can customize these settings to adjust when AutoOps detects this event and presents the insight. Refer to AutoOps event settings for details.

The default customization settings are:

Setting Type Default
Request tripped circuit breaker threshold Integer 20
Field data tripped circuit breaker threshold Integer 20
Parent tripped circuit breaker threshold Integer 1

The following is an example of what you might see when this insight is triggered. Real insights use live data and links from your deployment or cluster.

The max value found for fielddata tripped circuit breaker is: 20 The affected node/s are: es-data-01 and es-data-02

Note

AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.

Impact: When circuit breakers are tripped, search or indexing requests will be rejected, causing applications to throw exceptions. Nodes uses circuit breakers to protect the node from situations that might cause it to crash due to a lack of resources, especially when memory usage gets close to operating limits. This is usually caused by queries, mappings or settings with high memory requirements, or by an too many of script compilations.

Circuit breaker errors