Circuit breaker enhancements #62279
Labels
:Core/Infra/Circuit Breakers
Track estimates of memory consumption to prevent overload
>enhancement
Team:Core/Infra
Meta label for core/infra team
Circuit breaker adjustments:
Existing circuit breakers should be more appropriately named. eg.
indices.breaker.total.use_real_memory -> breaker.parent.total.use_real_memory
indices.breaker.total.limit -> breaker.parent.total.limit
indices.breaker.request.limit -> breaker.request.limit (unless this is truly a per index breaker)
indices.breaker.request.overhead -> breaker.request.overhead
indices.breaker.accounting.limit -> breaker.memory.accounting.limit (unless this is per index)
indices.breaker.accounting.overhead -> breaker.memory.accounting.overhead
Should add additional/more narrow circuit breakers for:
The text was updated successfully, but these errors were encountered: