-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Core/Infra/Circuit BreakersTrack estimates of memory consumption to prevent overloadTrack estimates of memory consumption to prevent overload>enhancementTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team
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
Metadata
Metadata
Assignees
Labels
:Core/Infra/Circuit BreakersTrack estimates of memory consumption to prevent overloadTrack estimates of memory consumption to prevent overload>enhancementTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team