stillalex commented on PR #1958:
URL: https://github.com/apache/solr/pull/1958#issuecomment-1736170176
pasting a test failure maybe something rings a bell. this is
TestBlockCollapse.testSimple
```
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([89FE0AF5B62BC6EE:B14D2E0B91D8123F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:989)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:947)
at
org.apache.solr.search.TestBlockCollapse.testSimple(TestBlockCollapse.java:336)
....
Caused by: java.lang.IllegalArgumentException: Doc id 2 doesn't match the
query
at
org.apache.lucene.search.TopFieldCollector.populateScores(TopFieldCollector.java:552)
at
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1890)
at
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1695)
at
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:710)
at
org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1696)
at
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:422)
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:467)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:226)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2901)
at org.apache.solr.util.TestHarness.query(TestHarness.java:352)
at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:961)
... 48 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]