Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
7.0
-
None
-
None
Description
This test has been failing a lot after the changes in SOLR-9959, for unclear reasons. The failure is always in the same place:
java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1 at __randomizedtesting.SeedInfo.seed([28B54D77FD0E3DF1:E72B284E72FF55AE]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132) at org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-9330 Race condition between core reload and statistics request
- Closed