-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR-13350, SOLR-17298: multi-threaded search: don't (yet) support query limits #2590
Conversation
https://github.com/apache/solr/actions/runs/10079922542/job/27868413918?pr=2590 CI failure does sound related, will investigate.
|
Unable to reproduce the |
I wonder whether we should add some information to the response header when |
First started failing April 8th. SOLR-13350 landed May 6th. I agree that we need clear diagnostics on when segments are actually searched in parallel or not. |
There actually are two log messages that indicate this but they were cryptic I updated them in #2595 here: https://github.com/apache/solr/pull/2595/files#diff-99978700f1c69d6a5f6c2190f89c98cfe20c441161db5a183ec002e15cb1be28R1924 |
I wonder if log level diagnostics might be enough, perhaps the diagnostic could be debug generally and info when the |
Code change only here. Separately we still need to document that the
multiThreaded=true
parameter is not yet supported for queries with query limits amongst other things.https://issues.apache.org/jira/browse/SOLR-13350
https://issues.apache.org/jira/browse/SOLR-17298