Description
jenkins started to semi-regularly complain about ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy on march 7 (53 failures in 45 days at current count)
March 7th is not-coincidently when commit 093a8ce57c06f1bf2f71ddde52dcc7b40cbd6197 for SOLR-8745 was made, modifying both the test & a bunch of ClusterState code.
Sample failure...
https://builds.apache.org/job/Lucene-Solr-Tests-master/1096
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy -Dtests.seed=78F99EDE682EC04B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.45s J0 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<< [junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1 [junit4] > at __randomizedtesting.SeedInfo.seed([78F99EDE682EC04B:13B63EA311211D71]:0) [junit4] > at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170) [junit4] > at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135) [junit4] > at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46) [junit4] > at java.lang.Thread.run(Thread.java:745)
...i've also seen this fail locally, but i've never been able to reproduce it with the same seed.
Attachments
Issue Links
- is broken by
-
SOLR-8745 Deprecate ZkStateReader.updateClusterState(), remove uses
- Closed