Skip to content

indices.breaker.total.use_real_memory is not a dynamic cluster setting #44974

@ppf2

Description

@ppf2

7.1.0

The documentation indicates that both indices.breaker.total.use_real_memory and indices.breaker.total.limit are dynamic cluster settings.

For the real memory breaker, only indices.breaker.total.limit is dynamically updatable.

indices.breaker.total.use_real_memory is not.

{
  "error": {
    "root_cause": [
      {
        "type": "illegal_argument_exception",
        "reason": "transient setting [indices.breaker.total.use_real_memory], not dynamically updateable"
      }
    ],
    "type": "illegal_argument_exception",
    "reason": "transient setting [indices.breaker.total.use_real_memory], not dynamically updateable"
  },
  "status": 400
}

If indices.breaker.total.use_real_memory is not intended to be dynamic, please clarify in the doc. Thx!

Metadata

Metadata

Labels

:Core/Infra/Circuit BreakersTrack estimates of memory consumption to prevent overload

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions