Re: Timeout on LTR query causing out of memory

2023-10-16 Thread rajani m
Hi David, Re: your comment on SOLR-17018 about the latest implementation to address query timeout in 9.3.0 SOLR-16693 . Can you please clarify the use of query timeout vs timeAllowed again? I r

Re: Timeout on LTR query causing out of memory

2023-10-11 Thread rajani m
Hi Shawn, Thank you for looking into this. I have updated the jira with further investigation https://issues.apache.org/jira/browse/SOLR-17018. Please take a look and let me know what you all think. On Mon, Oct 9, 2023 at 2:22 PM Shawn Heisey wrote: > On 10/8/23 18:24, rajani m wrote: > > I ha

Re: Timeout on LTR query causing out of memory

2023-10-09 Thread Shawn Heisey
On 10/8/23 18:24, rajani m wrote: I have filed a Jira SOLR-17018 explaining the issue and think it is just a certain type of queries causing the issue and not any bug, but still looking into it to see if anything else. You need to find out what

Re: Timeout on LTR query causing out of memory

2023-10-08 Thread rajani m
I have filed a Jira SOLR-17018 explaining the issue and think it is just a certain type of queries causing the issue and not any bug, but still looking into it to see if anything else. On Wed, Sep 27, 2023 at 11:38 AM rajani m wrote: > Any alter

Re: Timeout on LTR query causing out of memory

2023-09-27 Thread rajani m
Any alternative to timeout LTR re-ranker similar to the "timeAllowed" that limits the main ranker? or is there a way to tell if a query is expensive for ltr given a number of terms or has N hits? The LTR queries are taking forever and timing out at some point with "ExitableDirectoryReader '' excep

Timeout on LTR query causing out of memory

2023-09-26 Thread rajani m
Hi Solr Users, Is there an alternative way to time limit an LTR query and request main ranker results if a reranker such as an LTR query takes more time than allowed? I see there is a SOLR-14607 regarding LTR time allowed issue, but it is ope