Re: multiThreaded and RejectedExecutionException

2024-09-27 Thread Ishan Chattopadhyaya
+1, thanks David. On Sat, 28 Sept, 2024, 1:16 am David Smiley, wrote: > I just want to follow-up here to let everyone know I have a PR and it > includes a fundamental change in the nature of the Executor to be > blocking. Ideally someone would benchmark it. But even if that doesn't > happen, I

Re: multiThreaded and RejectedExecutionException

2024-09-27 Thread David Smiley
I just want to follow-up here to let everyone know I have a PR and it includes a fundamental change in the nature of the Executor to be blocking. Ideally someone would benchmark it. But even if that doesn't happen, I'm inclined to merge to fix the RejectedExecutionException problem. This is an e

Re: multiThreaded and RejectedExecutionException

2024-08-21 Thread David Smiley
Thanks; I filed https://issues.apache.org/jira/browse/SOLR-17414 On Tue, Aug 20, 2024 at 2:56 PM Ishan Chattopadhyaya wrote: > > Thanks, I'll take a look. > > On Tue, 20 Aug, 2024, 11:22 pm David Smiley, wrote: > > > Since the new multiThreaded search feature landed, I see a new test > > failure

Re: multiThreaded and RejectedExecutionException

2024-08-20 Thread Ishan Chattopadhyaya
Thanks, I'll take a look. On Tue, 20 Aug, 2024, 11:22 pm David Smiley, wrote: > Since the new multiThreaded search feature landed, I see a new test > failure involving "RejectedExecutionException" being thrown: > > https://ge.apache.org/s/5ack462ji4mlu/tests/task/:solr:core:test/details/org.apac