Skip to content

Commit

Permalink
revert circuit breaker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Nov 15, 2023
1 parent 2fb81f6 commit 072cbea
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions conf/solr/9.3.0/solrconfig.xml
Expand Up @@ -588,20 +588,23 @@
check for "Circuit Breakers tripped" in logs and the corresponding error message should tell
you what transpired (if the failure was caused by tripped circuit breakers).
-->


<!--
<str name="memEnabled">true</str>
<str name="memThreshold">5</str>

<str name="memThreshold">75</str>
-->

<!-- CPU Circuit Breaker Configuration
Specific configuration for CPU utilization based circuit breaker. This configuration defines
whether the circuit breaker is enabled and the average load over the last minute at which the
circuit breaker should start rejecting queries.
-->


<!--
<str name="cpuEnabled">true</str>
<str name="cpuThreshold">5</str>
<str name="cpuThreshold">75</str>
-->

</circuitBreaker>

Expand Down

0 comments on commit 072cbea

Please sign in to comment.