Surprising interactions between MultiFloatFunctions and the query function

2023-07-03 Thread Joel Westberg
Hi Solr devs! I've identified some surprising behavior with how MultiFloat functions like *max *and *sum *interact with QueryValueSource and wanted to get some second opinions before I open a bug ticket. I suspect this is a Lucene issue, but starting here as Solr is my entry-point to this

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

Flaky TestCircuitBreaker.testResponseWithCBTiming

2023-07-03 Thread Alex Deparvu
Hi, I am looking at the flaky TestCircuitBreaker.testResponseWithCBTiming test. Failure stats Class: org.apache.solr.util.TestCircuitBreaker Method: testResponseWithCBTiming Failures: 6.04% (20 / 331) There is a ticket tracking this already SOLR-15819, that contains an initial analysis