breaker.asciidoc 408 B

1234567891011
  1. [float]
  2. [[breaking_80_breaker_changes]]
  3. === Packaging changes
  4. //tag::notable-breaking-changes[]
  5. [float]
  6. ==== In Flight Request Circuit Breaker
  7. The name of the in flight requests circuit breaker in log output and diagnostic APIs (such as the node stats API) changes from `in_flight_requests` to `inflight_requests` to align it with the name of the corresponding settings.
  8. //end::notable-breaking-changes[]