[ 
https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175402#comment-17175402
 ] 

Noble Paul edited comment on SOLR-14588 at 8/11/20, 9:38 AM:
-------------------------------------------------------------

The configuration can be as follows
{code:xml}
<circuitBreaker class="impl.Name"
memoryCircuitBreakerThresholdPct="75"
cpuCircuitBreakerThresholdPct ="50"
/>

{code}
Nowhere else in {{solrconfig.xml}} or {{SolrConfig.java}} should we haveĀ  a 
reference of circuit breaker


was (Author: noble.paul):
The configuration can be as follows
{code:xml}
<circuitBreaker class="impl.Name"
"memoryCircuitBreakerThresholdPct"="75"
"cpuCircuitBreakerThresholdPct" ="50"
/>

{code}
Nowhere else in {{solrconfig.xml}} or {{SolrConfig.java}} should we haveĀ  a 
reference of circuit breaker

> Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker
> ------------------------------------------------------------------
>
>                 Key: SOLR-14588
>                 URL: https://issues.apache.org/jira/browse/SOLR-14588
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Atri Sharma
>            Assignee: Atri Sharma
>            Priority: Blocker
>             Fix For: master (9.0), 8.7
>
>          Time Spent: 13h 50m
>  Remaining Estimate: 0h
>
> This Jira tracks addition of circuit breakers in the search path and 
> implements JVM based circuit breaker which rejects incoming search requests 
> if the JVM heap usage exceeds a defined percentage.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to