[
https://issues.apache.org/jira/browse/SOLR-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki reopened SOLR-10489:
--------------------------------------
Assignee: Andrzej Bialecki (was: Erick Erickson)
The failure is back in
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19498 :
{code}
ant test -Dtestcase=StatsReloadRaceTest
-Dtests.method=testParallelReloadAndStats -Dtests.seed=2110CF39E198C13E
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SG
-Dtests.timezone=Portugal -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
...
[junit4] 2> 1605512 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[2110CF39E198C13E]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
[junit4] 2> 1605512 INFO
(searcherExecutor-9273-thread-1-processing-x:collection1 4 RELOAD) [
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2626ccfe[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c42)))}
[junit4] 2> 1610519 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[2110CF39E198C13E]) [
] o.a.s.SolrTestCaseJ4 ###Ending testParallelReloadAndStats
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=StatsReloadRaceTest
-Dtests.method=testParallelReloadAndStats -Dtests.seed=2110CF39E198C13E
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SG
-Dtests.timezone=Portugal -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 5.99s J2 | StatsReloadRaceTest.testParallelReloadAndStats
<<<
[junit4] > Throwable #1: java.lang.AssertionError: Key
SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
[junit4] > at
__randomizedtesting.SeedInfo.seed([2110CF39E198C13E:EE8EAA006E69A961]:0)
[junit4] > at
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:143)
[junit4] > at
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:77)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1610520 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1610520 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1177008470
[junit4] 2> 1610521 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1610521 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1610522 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1610522 INFO
(SUITE-StatsReloadRaceTest-seed#[2110CF39E198C13E]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1610523 INFO (coreCloseExecutor-9277-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6530abfb
[junit4] 2> 1610524 INFO (coreCloseExecutor-9277-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1697688571
...
{code}
> StatsReloadRaceTest.testParallelReloadAndStats failures
> -------------------------------------------------------
>
> Key: SOLR-10489
> URL: https://issues.apache.org/jira/browse/SOLR-10489
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: master (7.0)
> Reporter: Andrzej Bialecki
> Assignee: Andrzej Bialecki
> Fix For: master (7.0)
>
>
> This test has been failing a lot after the changes in SOLR-9959, for unclear
> reasons. The failure is always in the same place:
> {code}
> 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)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]