Hi everyone, I just installed 9.7.0 and thought I would try the new multiThreaded search.
When I do, running my 'normal' queries but with the `multiThreaded=true` parameter set, this error appears in the logs: 2024-09-10 16:19:45.060 ERROR (qtp1756573246-62-null-37) [c: s: r: x:core-name t:null-37] o.a.s.s.MultiThreadedSearcher raw read max=5922019 I tracked this down to this line: https://github.com/apache/solr/blob/5bc7c1618e05b35bd0fa8471ae09329357a82036/solr/core/src/java/org/apache/solr/search/MultiThreadedSearcher.java#L88 I'm not really sure what to do to fix this error. It may only appear when I haven't set any filter on the results? Is this really an error, or should it be a warning or even an info? It seems like if 'needDocSet' is false, it will raise the error, but will then create a new DocSetCM object? Thanks,' -Andrew