Re: Circuit breakers and update requests

2023-09-13 Thread Jan Høydahl
There was no feedback on the topic of global Circuit Breaker vs per-core. So I opened https://issues.apache.org/jira/browse/SOLR-16974 to propose supporting Global CB. This is still on design level, please weigh in with your thoughts. Jan > 30. aug. 2023 kl. 22:02 skrev Jan Høydahl : > > Hi >

Re: Circuit breakers and update requests

2023-08-30 Thread Jan Høydahl
Hi For those interested in this topic, here is the JIRA, which has a Pull Request for review: https://issues.apache.org/jira/browse/SOLR-16954 Jan Høydahl > 3. jul. 2023 kl. 22:28 skrev Pierre Salagnac : > > Hi Jan, > > As far as I know, Solr only supports circuit breaks for queries at the

Re: Circuit breakers and update requests

2023-07-03 Thread Pierre Salagnac
Hi Jan, As far as I know, Solr only supports circuit breaks for queries at the moment. We have a custom integration of circuit breakers for indexing (in Solr 8, so that's not fully aligned with what in solr 9) with a custom UpdateRequestProcessor. Basically, a new instance of every update

Circuit breakers and update requests

2023-06-27 Thread Jan Høydahl
Hi, Solr has CPU and Memory circuit breakers that will terminate Search Requests only. See https://solr.apache.org/guide/solr/latest/deployment-guide/circuit-breakers.html for docs. Example: true 75 true 75 A Solr node typically gets overloaded by the combined update