cpoerschke opened a new issue, #12181: URL: https://github.com/apache/lucene/issues/12181
### Description Please see e.g. https://lists.apache.org/thread/wz00z6gz18bbmkqtghkjtdqlokq3fx7p for full details. ``` Error Message: java.lang.IllegalStateException: This DocAndScore query was created by a different reader Stack Trace: java.lang.IllegalStateException: This DocAndScore query was created by a different reader at __randomizedtesting.SeedInfo.seed([D2B504855ECC5807:C35303238DC068AA]:0) at org.apache.lucene.search.AbstractKnnVectorQuery$DocAndScoreQuery.createWeight(AbstractKnnVectorQuery.java:301) at org.apache.lucene.search.TestKnnFloatVectorQuery.testDocAndScoreQueryBasics(TestKnnFloatVectorQuery.java:209) ... ``` ### Gradle command to reproduce ./gradlew test --tests TestKnnFloatVectorQuery.testDocAndScoreQueryBasics -Dtests.seed=D2B504855ECC5807 -Dtests.multiplier=2 -Dtests.locale=ca-ES-VALENCIA -Dtests.timezone=Europe/Vienna -Dtests.asserts=true -Dtests.file.encoding=UTF-8 -- 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: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org