Skip to content

Rename existing circuit breakers for clarity #62449

Closed
@lanerjo

Description

@lanerjo

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions