janhoy commented on code in PR #1725:
URL: https://github.com/apache/solr/pull/1725#discussion_r1304410860
##########
solr/core/src/test-files/solr/collection1/conf/solrconfig-legacy-circuitbreaker.xml:
##########
@@ -78,11 +78,14 @@
</query>
- <circuitBreaker class="solr.CircuitBreakerManager" enabled="true">
+ <!-- Legacy config used in 9.x.
+ TODO: Remove this file in 10.0
+ -->
+ <circuitBreaker class="solr.CircuitBreakerManager">
<str name="memEnabled">true</str>
- <str name="memThreshold">75</str>
+ <str name="memThreshold">80</str>
<str name="cpuEnabled">true</str>
- <str name="cpuThreshold">75</str>
+ <str name="cpuThreshold">80</str>
Review Comment:
Sure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]