Skip to content

Commit ab65ded

Browse files
authored
SOLR-16982 Reflect change in reference guide (#2355)
1 parent 3cf0d69 commit ab65ded

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ If circuit breakers are enabled, requests may be rejected under the condition of
2626

2727
It is up to the client to handle this error and potentially build retry logic as this should be a transient situation.
2828

29-
In a sharded collection, when a circuit breaker trips on one shard, the entire query will fail,
30-
even if the other shard requests succeed. This will multiply the failures seen by the end users.
31-
Setting the `shards.tolerant=true` parameter on requests can help with graceful degradation when
32-
circuit breaker thresholds are reached on some nodes. See the xref:deployment-guide:solrcloud-distributed-requests.adoc#shards-tolerant-parameter[`shards.tolerant` Parameter] for details.
29+
In a request to a sharded collection, the circuit breaker is only checked on the node handling the initial request, not for inter-node requests. It is therefore recommended to load balance client requests across Solr nodes to avoid hotspots.
3330

3431
== Circuit Breaker Configurations
3532
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, and if there is a conflict, the per-collection circuit breaker takes precedence.

0 commit comments

Comments
 (0)