Closed
Description
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