Re: [ANNOUNCE] Apache Solr 9.3.0 released

2023-07-23 Thread David Smiley
Yes; thanks Houston! This is a notable Solr release. ~ David On Fri, Jul 21, 2023 at 4:08 PM Alessandro Benedetti wrote: > Thanks Houston and everyone involved, for the release! > > > On Fri, 21 Jul 2023, 21:56 Houston Putman, wrote: > > > The Solr PMC is pleased to announce the release of Ap

Re: Java Thread priority tuning for Quality-of-Service

2023-07-23 Thread Ilan Ginzburg
I also think we should gate at the entry point (decide to process a request, delay its processing or reject it) then do it as fast as possible (and potentially decide to reject and abandon during processing if the realization that it should have been rejected happens too late). Slowing down process