Skip to content

Commit

Permalink
Update solr/solr-ref-guide/modules/deployment-guide/pages/circuit-bre…
Browse files Browse the repository at this point in the history
…akers.adoc

Co-authored-by: Christine Poerschke <[email protected]>
  • Loading branch information
janhoy and cpoerschke authored Nov 11, 2023
1 parent f950c7c commit 6204507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Setting the `shards.tolerant=true` parameter on requests can help with graceful
circuit breaker thresholds are reached on some nodes. See the <<shards.tolerant Parameter>> for details.

== Circuit Breaker Configurations
Circuit breakers can be configured globally for the entire node, or for each collection individually, or a combination. Per-collection circit breakers take precedence over global circuit breakers.
Circuit breakers can be configured globally for the entire node, or for each collection individually, or a combination. Per-collection circuit breakers are checked before global circuit breakers.

A circuit breaker can register itself to be checked for query requests and/or update requests. A user may register multiple circuit breakers of the same type with different thresholds for each request type.

Expand Down

0 comments on commit 6204507

Please sign in to comment.