You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/12/19 22:19:10 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.4) - Build # 25179 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25179/
Java: 64bit/jdk-11.0.4 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

4 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40555/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40555/solr/c1]
	at __randomizedtesting.SeedInfo.seed([635F1779615292B3:B5FD5D5D7E81A1F9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40555/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40555/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45199/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45199/solr/c1]
	at __randomizedtesting.SeedInfo.seed([635F1779615292B3:B5FD5D5D7E81A1F9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45199/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45199/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32985/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32985/solr/c1]
	at __randomizedtesting.SeedInfo.seed([635F1779615292B3:B5FD5D5D7E81A1F9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32985/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:32985/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45243/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45243/solr/c1]
	at __randomizedtesting.SeedInfo.seed([635F1779615292B3:B5FD5D5D7E81A1F9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45243/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45243/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more




Build Log:
[...truncated 15451 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2614465 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2614466 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001/data-dir-295-001
   [junit4]   2> 2614466 WARN  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2614466 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2614467 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2614467 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001/tempDir-001
   [junit4]   2> 2614467 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2614468 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2614468 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2614568 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:43391
   [junit4]   2> 2614568 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43391
   [junit4]   2> 2614568 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43391
   [junit4]   2> 2614568 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43391
   [junit4]   2> 2614570 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2614575 INFO  (zkConnectionManagerCallback-22205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2614575 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2614578 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2614590 INFO  (zkConnectionManagerCallback-22207-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2614590 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2614595 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2614598 INFO  (zkConnectionManagerCallback-22209-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2614598 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2614755 WARN  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2614755 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2614755 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2614755 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 2614757 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2614757 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2614757 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2614757 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50e75c43{/solr,null,AVAILABLE}
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@12a306ab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:45243}
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.e.j.s.Server Started @2614895ms
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45243}
   [junit4]   2> 2614758 ERROR (jetty-launcher-22210-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2614758 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-19T21:49:45.369928Z
   [junit4]   2> 2614766 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2614767 INFO  (zkConnectionManagerCallback-22212-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2614767 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2614767 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2615059 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2615070 WARN  (jetty-launcher-22210-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41730e10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2615070 WARN  (jetty-launcher-22210-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41730e10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2615078 WARN  (jetty-launcher-22210-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38ba191c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2615078 WARN  (jetty-launcher-22210-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38ba191c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2615080 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43391/solr
   [junit4]   2> 2615081 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2615086 INFO  (zkConnectionManagerCallback-22219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2615087 INFO  (jetty-launcher-22210-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2615206 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2615226 INFO  (zkConnectionManagerCallback-22221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2615227 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2615270 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45243_solr
   [junit4]   2> 2615271 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.Overseer Overseer (id=72212769316798469-127.0.0.1:45243_solr-n_0000000000) starting
   [junit4]   2> 2615275 INFO  (OverseerStateUpdate-72212769316798469-127.0.0.1:45243_solr-n_0000000000) [n:127.0.0.1:45243_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45243_solr
   [junit4]   2> 2615275 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45243_solr
   [junit4]   2> 2615276 WARN  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2615282 INFO  (zkCallback-22220-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2615291 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2615306 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45243.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40be8061
   [junit4]   2> 2615311 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45243.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40be8061
   [junit4]   2> 2615311 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45243.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40be8061
   [junit4]   2> 2615312 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2615312 INFO  (jetty-launcher-22210-thread-1) [n:127.0.0.1:45243_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001/tempDir-001/node1/.
   [junit4]   2> 2615355 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2615386 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2615390 INFO  (zkConnectionManagerCallback-22230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2615391 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2615391 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2615392 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43391/solr ready
   [junit4]   2> 2615424 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[635F1779615292B3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2615439 INFO  (qtp1566173515-53247) [n:127.0.0.1:45243_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2615441 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2615442 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2615442 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2615445 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2615446 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2615447 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2615447 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2615448 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2615449 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2615449 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2615450 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2615451 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2615452 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2615453 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2615454 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2615455 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2615455 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2615456 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2615457 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2615458 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2615459 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2615459 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2615461 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2615461 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2615462 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2615463 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2615464 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2615464 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2615465 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2615466 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2615466 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2615467 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2615468 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2615469 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2615469 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2615470 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2615470 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2615471 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2615480 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2615481 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2615482 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2615482 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2615483 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2615484 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2615484 INFO  (OverseerThreadFactory-13473-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2615590 INFO  (OverseerStateUpdate-72212769316798469-127.0.0.1:45243_solr-n_0000000000) [n:127.0.0.1:45243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45243/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2615798 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2615798 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2616807 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2616827 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2617122 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2617122 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from collection c1, trusted=true
   [junit4]   2> 2617122 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45243.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40be8061
   [junit4]   2> 2617123 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001/tempDir-001/node1/c1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2617212 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2617212 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2617215 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2617215 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2617216 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@710aae67[c1_shard1_replica_n1] main]
   [junit4]   2> 2617217 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2617217 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2617217 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2617218 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2617218 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2617218 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 2617219 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2617219 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653386445146030080
   [junit4]   2> 2617220 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@710aae67[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2617220 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2617220 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2617221 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@710aae67[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2617222 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2617222 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2617223 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2617223 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2617223 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45243/solr/c1_shard1_replica_n1/
   [junit4]   2> 2617223 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2617224 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:45243/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2617224 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72212769316798469-core_node2-n_0000000000
   [junit4]   2> 2617224 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45243/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2617325 INFO  (zkCallback-22220-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2617326 INFO  (zkCallback-22220-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2617326 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2617329 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1530
   [junit4]   2> 2617333 INFO  (qtp1566173515-53247) [n:127.0.0.1:45243_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2617427 INFO  (zkCallback-22220-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2617427 INFO  (zkCallback-22220-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2617427 INFO  (zkCallback-22220-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2617428 INFO  (qtp1566173515-53247) [n:127.0.0.1:45243_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1988
   [junit4]   2> 2617428 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[635F1779615292B3]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2617442 INFO  (OverseerCollectionConfigSetProcessor-72212769316798469-127.0.0.1:45243_solr-n_0000000000) [n:127.0.0.1:45243_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2617494 INFO  (zkCallback-22220-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2617497 INFO  (qtp1566173515-53248) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1 at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2617497 INFO  (zkCallback-22220-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2617500 INFO  (zkCallback-22220-thread-4) [     ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2617503 INFO  (qtp1566173515-53248) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2617503 INFO  (qtp1566173515-53248) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1653386445437534208)]} 0 73
   [junit4]   2> 2617504 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1653386445444874240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2617504 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5335736 commitCommandVersion:1653386445444874240
   [junit4]   2> 2617509 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a84163[c1_shard1_replica_n1] main]
   [junit4]   2> 2617510 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2617510 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4a84163[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, java.vm.version=11.0.4+11, java.version=11.0.4, timestamp=1576792188119, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.0.0-36-generic, java.runtime.version=11.0.4+11, os.arch=amd64, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2617510 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2617512 INFO  (searcherExecutor-13478-thread-1-processing-n:127.0.0.1:45243_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@4a84163[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, java.vm.version=11.0.4+11, java.version=11.0.4, timestamp=1576792188119, java.vendor=AdoptOpenJDK, os=Linux, os.version=5.0.0-36-generic, java.runtime.version=11.0.4+11, os.arch=amd64, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2617512 INFO  (qtp1566173515-53246) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 2617834 ERROR (qtp1566173515-53247) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.visit(FuzzyQuery.java:167)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:431)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:483)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:450)
   [junit4]   2> 	at org.apache.solr.search.QueryResultKey.<init>(QueryResultKey.java:74)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1345)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 2617834 INFO  (qtp1566173515-53247) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(???????????????\/???????????????????\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=320
   [junit4]   2> 2617834 ERROR (qtp1566173515-53247) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.visit(FuzzyQuery.java:167)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:431)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:483)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:450)
   [junit4]   2> 	at org.apache.solr.search.QueryResultKey.<init>(QueryResultKey.java:74)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1345)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 2617855 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[635F1779615292B3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45243/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states., retry=0 commError=false errorCode=500 
   [junit4]   2> 2617855 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[635F1779615292B3]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2617860 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[635F1779615292B3]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=635F1779615292B3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=so-DJ -Dtests.timezone=Europe/Podgorica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 2.47s J0 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45243/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([635F1779615292B3:B5FD5D5D7E81A1F9]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45243/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
   [junit4]    > 	... 40 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45243/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 49 more
   [junit4]   2> 2618001 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1312378360
   [junit4]   2> 2618002 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45243_solr
   [junit4]   2> 2618003 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2618003 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45243_solr as DOWN
   [junit4]   2> 2618007 INFO  (coreCloseExecutor-13483-thread-1) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b3b9c42
   [junit4]   2> 2618007 INFO  (coreCloseExecutor-13483-thread-1) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@4b3b9c42
   [junit4]   2> 2618007 INFO  (coreCloseExecutor-13483-thread-1) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e7b7358: rootName = solr_45243, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1f87035c
   [junit4]   2> 2618015 INFO  (coreCloseExecutor-13483-thread-1) [n:127.0.0.1:45243_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@4b3b9c42
   [junit4]   2> 2618019 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2618019 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@198ae3a0: rootName = solr_45243, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@740bf1df
   [junit4]   2> 2618025 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2618025 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@728ac013: rootName = solr_45243, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@415c1593
   [junit4]   2> 2618027 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2618027 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6086202: rootName = solr_45243, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@523acca1
   [junit4]   2> 2618027 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2618027 INFO  (closeThreadPool-22237-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72212769316798469-127.0.0.1:45243_solr-n_0000000000) closing
   [junit4]   2> 2618027 INFO  (OverseerStateUpdate-72212769316798469-127.0.0.1:45243_solr-n_0000000000) [n:127.0.0.1:45243_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45243_solr
   [junit4]   2> 2618027 INFO  (OverseerAutoScalingTriggerThread-72212769316798469-127.0.0.1:45243_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2618035 INFO  (closeThreadPool-22237-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72212769316798469-127.0.0.1:45243_solr-n_0000000000) closing
   [junit4]   2> 2618036 INFO  (zkCallback-22220-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2618036 INFO  (zkCallback-22220-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 538 ms
   [junit4]   2> 2618137 INFO  (jetty-closer-22233-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72212769316798469-127.0.0.1:45243_solr-n_0000000000) closing
   [junit4]   2> 2618141 INFO  (jetty-closer-22233-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@12a306ab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 2618141 INFO  (jetty-closer-22233-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50e75c43{/solr,null,UNAVAILABLE}
   [junit4]   2> 2618141 INFO  (jetty-closer-22233-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2618141 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2618343 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2618345 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43391
   [junit4]   2> 2618345 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43391
   [junit4]   2> 2618345 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43391
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_635F1779615292B3-001
   [junit4]   2> Dec 19, 2019 9:49:49 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=16, maxMBSortInHeap=5.601843224110779, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26ecb8d9), locale=so-DJ, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=8,threads=1,free=251658240,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSystemIdResolver, TestSerializedLuceneMatchVersion, NestedAtomicUpdateTest, TestReqParamsAPI, TestBinaryResponseWriter, TestSha256AuthenticationProvider, TestNRTOpen, RemoteQueryErrorTest, TestDynamicFieldResource, TestIndexingPerformance, DistanceFunctionTest, TestIndexSearcher, TestDistribPackageStore, SearchHandlerTest, TestImplicitCoreProperties, TestLMJelinekMercerSimilarityFactory, DistanceUnitsTest, HdfsNNFailoverTest, TestSolr4Spatial, TestConfigOverlay, ClassificationUpd

[...truncated too long message...]

760714247
   [junit4]   2> 17741 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32985_solr
   [junit4]   2> 17744 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 17744 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32985_solr as DOWN
   [junit4]   2> 17793 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:32985_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@424ae8d2
   [junit4]   2> 17793 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:32985_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@424ae8d2
   [junit4]   2> 17793 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:32985_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6199d248: rootName = solr_32985, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@2e18a01f
   [junit4]   2> 17797 INFO  (zkCallback-53-thread-2) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 17797 INFO  (zkCallback-53-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 360 ms
   [junit4]   2> 17808 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:32985_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@424ae8d2
   [junit4]   2> 17836 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 17836 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3888c4c: rootName = solr_32985, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@e2961ed
   [junit4]   2> 17845 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 17846 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19b2be60: rootName = solr_32985, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@21a86cf7
   [junit4]   2> 17848 INFO  (zkCallback-53-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17848 INFO  (zkCallback-53-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17849 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 17849 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14145e77: rootName = solr_32985, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@199c428a
   [junit4]   2> 17850 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 17850 INFO  (zkCallback-53-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17869 INFO  (closeThreadPool-70-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72212881491427333-127.0.0.1:32985_solr-n_0000000000) closing
   [junit4]   2> 17869 INFO  (OverseerStateUpdate-72212881491427333-127.0.0.1:32985_solr-n_0000000000) [n:127.0.0.1:32985_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32985_solr
   [junit4]   2> 17870 INFO  (OverseerAutoScalingTriggerThread-72212881491427333-127.0.0.1:32985_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 17877 INFO  (closeThreadPool-70-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72212881491427333-127.0.0.1:32985_solr-n_0000000000) closing
   [junit4]   2> 17987 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72212881491427333-127.0.0.1:32985_solr-n_0000000000) closing
   [junit4]   2> 17989 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@46cddb70{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 17989 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5cdc5950{/solr,null,UNAVAILABLE}
   [junit4]   2> 17989 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 17990 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 18193 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 18195 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35795
   [junit4]   2> 18195 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35795
   [junit4]   2> 18195 INFO  (SUITE-FuzzySearchTest-seed#[635F1779615292B3]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35795
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_635F1779615292B3-002
   [junit4]   2> Dec 19, 2019 10:18:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=16, maxMBSortInHeap=5.601843224110779, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4d40f09c), locale=so-DJ, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=8,threads=1,free=385875968,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [FuzzySearchTest, FuzzySearchTest]
   [junit4] Completed [5/5 (5!)] on J1 in 4.76s, 1 test, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037: There were test failures: 5 suites, 5 tests, 5 failures [seed: 635F1779615292B3]

Total time: 20 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.search.FuzzySearchTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=93585ba1d33cec1d435f97e9568953ca555e4a91, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #25178
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-14-ea+27) - Build # 25180 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25180/
Java: 64bit/jdk-14-ea+27 -XX:+UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:35665/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:35665/solr/c1]
	at __randomizedtesting.SeedInfo.seed([A36832D15D3FBAFE:75CA78F542EC89B4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:35665/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35665/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34477/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34477/solr/c1]
	at __randomizedtesting.SeedInfo.seed([A36832D15D3FBAFE:75CA78F542EC89B4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34477/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34477/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:41923/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:41923/solr/c1]
	at __randomizedtesting.SeedInfo.seed([A36832D15D3FBAFE:75CA78F542EC89B4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:41923/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41923/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37509/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37509/solr/c1]
	at __randomizedtesting.SeedInfo.seed([A36832D15D3FBAFE:75CA78F542EC89B4]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37509/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37509/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more




Build Log:
[...truncated 15472 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2234561 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2234562 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001/data-dir-224-001
   [junit4]   2> 2234562 WARN  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=91 numCloses=91
   [junit4]   2> 2234562 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2234563 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2234563 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001/tempDir-001
   [junit4]   2> 2234563 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2234568 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2234568 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2234673 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:44705
   [junit4]   2> 2234673 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44705
   [junit4]   2> 2234673 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44705
   [junit4]   2> 2234673 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44705
   [junit4]   2> 2234677 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234702 INFO  (zkConnectionManagerCallback-13776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234702 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234734 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234767 INFO  (zkConnectionManagerCallback-13778-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234767 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234780 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234793 INFO  (zkConnectionManagerCallback-13780-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234793 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234925 WARN  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2234925 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2234925 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2234925 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 2234928 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2234928 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2234928 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2234929 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fad4a00{/solr,null,AVAILABLE}
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fb97c94{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37509}
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.e.j.s.Server Started @2234959ms
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37509}
   [junit4]   2> 2234938 ERROR (jetty-launcher-13781-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2234938 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T02:38:02.134597Z
   [junit4]   2> 2234952 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234952 INFO  (zkConnectionManagerCallback-13783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2234952 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2234955 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2235217 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2235218 WARN  (jetty-launcher-13781-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b109fb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2235218 WARN  (jetty-launcher-13781-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b109fb9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2235223 WARN  (jetty-launcher-13781-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@271f6d18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2235223 WARN  (jetty-launcher-13781-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@271f6d18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2235224 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44705/solr
   [junit4]   2> 2235225 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2235226 INFO  (zkConnectionManagerCallback-13790-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2235226 INFO  (jetty-launcher-13781-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2235338 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2235348 INFO  (zkConnectionManagerCallback-13792-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2235348 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2235479 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37509_solr
   [junit4]   2> 2235480 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.Overseer Overseer (id=72213902872674309-127.0.0.1:37509_solr-n_0000000000) starting
   [junit4]   2> 2235489 INFO  (OverseerStateUpdate-72213902872674309-127.0.0.1:37509_solr-n_0000000000) [n:127.0.0.1:37509_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37509_solr
   [junit4]   2> 2235489 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37509_solr
   [junit4]   2> 2235489 INFO  (OverseerStateUpdate-72213902872674309-127.0.0.1:37509_solr-n_0000000000) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2235490 WARN  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2235554 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2235577 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37509.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e362817
   [junit4]   2> 2235587 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37509.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e362817
   [junit4]   2> 2235587 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37509.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e362817
   [junit4]   2> 2235606 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2235607 INFO  (jetty-launcher-13781-thread-1) [n:127.0.0.1:37509_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001/tempDir-001/node1/.
   [junit4]   2> 2235654 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2235668 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2235669 INFO  (zkConnectionManagerCallback-13801-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2235669 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2235672 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2235673 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44705/solr ready
   [junit4]   2> 2235711 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[A36832D15D3FBAFE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2235715 INFO  (qtp293503179-45868) [n:127.0.0.1:37509_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2235721 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2235729 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2235736 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2235737 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2235738 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2235740 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2235742 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2235744 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2235747 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2235749 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2235751 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2235761 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2235765 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2235767 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2235774 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2235775 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2235776 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2235777 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2235778 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2235779 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2235780 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2235788 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2235791 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2235792 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2235795 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2235799 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2235802 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2235804 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2235806 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2235807 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2235808 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2235810 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2235812 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2235813 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2235819 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2235821 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2235824 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2235825 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2235826 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2235829 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2235833 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2235839 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2235842 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2235843 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2235847 INFO  (OverseerThreadFactory-14210-thread-1-processing-n:127.0.0.1:37509_solr) [n:127.0.0.1:37509_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2235964 INFO  (OverseerStateUpdate-72213902872674309-127.0.0.1:37509_solr-n_0000000000) [n:127.0.0.1:37509_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37509/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2236169 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2236169 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2237202 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2237220 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2237494 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2237494 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from collection c1, trusted=true
   [junit4]   2> 2237495 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37509.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e362817
   [junit4]   2> 2237495 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001/tempDir-001/node1/c1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2237620 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2237620 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2237627 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2237627 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2237628 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18e63b9c[c1_shard1_replica_n1] main]
   [junit4]   2> 2237629 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2237630 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2237630 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2237630 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2237630 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2237630 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 2237631 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2237632 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653404582363004928
   [junit4]   2> 2237636 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@18e63b9c[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2237636 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2237636 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2237637 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@18e63b9c[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2237643 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2237643 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2237667 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2237667 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2237667 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37509/solr/c1_shard1_replica_n1/
   [junit4]   2> 2237667 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2237668 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37509/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2237668 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72213902872674309-core_node2-n_0000000000
   [junit4]   2> 2237673 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37509/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2237777 INFO  (zkCallback-13791-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2237777 INFO  (zkCallback-13791-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2237778 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2237781 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1612
   [junit4]   2> 2237782 INFO  (qtp293503179-45868) [n:127.0.0.1:37509_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2237886 INFO  (zkCallback-13791-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2237886 INFO  (zkCallback-13791-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2237886 INFO  (zkCallback-13791-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2237886 INFO  (qtp293503179-45868) [n:127.0.0.1:37509_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2171
   [junit4]   2> 2237887 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[A36832D15D3FBAFE]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2238061 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2238066 INFO  (qtp293503179-45869) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1 at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2238067 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2238068 INFO  (qtp293503179-45869) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2238069 INFO  (qtp293503179-45869) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1653404582819135488)]} 0 168
   [junit4]   2> 2238070 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1653404582822281216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2238070 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@26df1560 commitCommandVersion:1653404582822281216
   [junit4]   2> 2238071 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2238099 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b6951f1[c1_shard1_replica_n1] main]
   [junit4]   2> 2238099 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2238104 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@6b6951f1[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=14-ea+27-1339, os.version=5.0.0-36-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1576809485294, java.version=14-ea, java.vm.version=14-ea+27-1339, lucene.version=9.0.0, source=flush, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2238104 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2238106 INFO  (searcherExecutor-14215-thread-1-processing-n:127.0.0.1:37509_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@6b6951f1[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=14-ea+27-1339, os.version=5.0.0-36-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1576809485294, java.version=14-ea, java.vm.version=14-ea+27-1339, lucene.version=9.0.0, source=flush, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2238106 INFO  (qtp293503179-45867) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   2> 2238273 ERROR (qtp293503179-45868) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.visit(FuzzyQuery.java:167)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:431)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:483)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:450)
   [junit4]   2> 	at org.apache.solr.search.QueryResultKey.<init>(QueryResultKey.java:74)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1345)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 2238273 INFO  (qtp293503179-45868) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(在日米海軍横須賀基地司令部庁舎\/旧横須賀鎮守府会議所・横須賀海軍艦船部\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=165
   [junit4]   2> 2238273 ERROR (qtp293503179-45868) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.visit(FuzzyQuery.java:167)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:431)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:483)
   [junit4]   2> 	at org.apache.lucene.util.RamUsageEstimator.sizeOfObject(RamUsageEstimator.java:450)
   [junit4]   2> 	at org.apache.solr.search.QueryResultKey.<init>(QueryResultKey.java:74)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1345)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 2238278 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[A36832D15D3FBAFE]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37509/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states., retry=0 commError=false errorCode=500 
   [junit4]   2> 2238278 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[A36832D15D3FBAFE]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2238281 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[A36832D15D3FBAFE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=A36832D15D3FBAFE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ha-NG -Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.61s J1 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37509/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A36832D15D3FBAFE:75CA78F542EC89B4]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37509/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
   [junit4]    > 	... 40 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37509/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 49 more
   [junit4]   2> 2238390 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2238390 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 323 ms
   [junit4]   2> 2238396 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=325909149
   [junit4]   2> 2238396 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37509_solr
   [junit4]   2> 2238402 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2238402 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37509_solr as DOWN
   [junit4]   2> 2238434 INFO  (coreCloseExecutor-14220-thread-1) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f3f3242
   [junit4]   2> 2238434 INFO  (coreCloseExecutor-14220-thread-1) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@4f3f3242
   [junit4]   2> 2238434 INFO  (coreCloseExecutor-14220-thread-1) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d6a8901: rootName = solr_37509, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6da163b9
   [junit4]   2> 2238461 INFO  (coreCloseExecutor-14220-thread-1) [n:127.0.0.1:37509_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@4f3f3242
   [junit4]   2> 2238483 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2238483 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34d70d54: rootName = solr_37509, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2c58c310
   [junit4]   2> 2238489 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2238489 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5023aeec: rootName = solr_37509, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@108715ab
   [junit4]   2> 2238492 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2238492 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48c70bce: rootName = solr_37509, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4390b94c
   [junit4]   2> 2238492 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2238516 INFO  (zkCallback-13791-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2238516 INFO  (zkCallback-13791-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2238516 INFO  (zkCallback-13791-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2238517 INFO  (closeThreadPool-13808-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72213902872674309-127.0.0.1:37509_solr-n_0000000000) closing
   [junit4]   2> 2238518 INFO  (OverseerStateUpdate-72213902872674309-127.0.0.1:37509_solr-n_0000000000) [n:127.0.0.1:37509_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37509_solr
   [junit4]   2> 2238518 INFO  (OverseerAutoScalingTriggerThread-72213902872674309-127.0.0.1:37509_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2238562 INFO  (closeThreadPool-13808-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72213902872674309-127.0.0.1:37509_solr-n_0000000000) closing
   [junit4]   2> 2238663 INFO  (jetty-closer-13804-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72213902872674309-127.0.0.1:37509_solr-n_0000000000) closing
   [junit4]   2> 2238672 INFO  (jetty-closer-13804-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1fb97c94{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2238673 INFO  (jetty-closer-13804-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7fad4a00{/solr,null,UNAVAILABLE}
   [junit4]   2> 2238673 INFO  (jetty-closer-13804-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2238675 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2238877 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-001
   [junit4]   2> 2238880 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44705
   [junit4]   2> 2238880 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44705
   [junit4]   2> 2238880 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44705
   [junit4]   2> Dec 20, 2019 2:38:06 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=457, maxMBSortInHeap=5.885625422845019, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@125c714f), locale=ha-NG, timezone=Greenwich
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/Oracle Corporation 14-ea (64-bit)/cpus=8,threads=1,free=120149520,total=428867584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigsApi, TestInfoStreamLogging, TestDelegationWithHadoopAuth, SolrCoreTest, HighlighterTest, TestLegacyNumericUtils, TestManagedResourceStorage, DistribDocExpirationUpdateProcessorTest, PrimUtilsTest, TestWriterPerf, OverseerStatusTest, CollectionsAPIAsyncDistributedZkTest, SolrInfoBeanTest, TestFieldCacheSortRandom, TestStressCloudBlindAtomicUpdates, TestFieldCollectionResource, DaemonStreamApiTest, SolrRequestParserTest, HttpTriggerListenerTest, TestSort, TestExpandComponent, TestSolrCLIRunExample, TestNoOpRegenerator, TestCryptoKeys, ShardRoutingTest, TestUniqueKeyFieldResource, ExplicitHLLTest, HttpSolrCallGetCoreTest, CloudMLTQParserTest, ResourceLoaderTest, FastVectorHighlighterTest, TestAuthenticationFramework, TestSimExecutePlanAction, TestRandomFl

[...truncated too long message...]

rver at http://127.0.0.1:41923/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 49 more
   [junit4]   2> 15602 INFO  (zkCallback-53-thread-2) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 15602 INFO  (zkCallback-53-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 129 ms
   [junit4]   2> 15647 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1908241632
   [junit4]   2> 15647 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41923_solr
   [junit4]   2> 15648 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 15648 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41923_solr as DOWN
   [junit4]   2> 15650 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:41923_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5cae1366
   [junit4]   2> 15650 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:41923_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@5cae1366
   [junit4]   2> 15650 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:41923_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@535c818: rootName = solr_41923, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6459f922
   [junit4]   2> 15662 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:41923_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@5cae1366
   [junit4]   2> 15667 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 15667 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ff01354: rootName = solr_41923, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@543f66c
   [junit4]   2> 15673 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 15673 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@503c2aa3: rootName = solr_41923, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@71195431
   [junit4]   2> 15675 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 15675 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c940f1: rootName = solr_41923, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@734cb0a0
   [junit4]   2> 15675 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 15676 INFO  (closeThreadPool-70-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72213964200148997-127.0.0.1:41923_solr-n_0000000000) closing
   [junit4]   2> 15676 INFO  (OverseerAutoScalingTriggerThread-72213964200148997-127.0.0.1:41923_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 15676 INFO  (OverseerStateUpdate-72213964200148997-127.0.0.1:41923_solr-n_0000000000) [n:127.0.0.1:41923_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41923_solr
   [junit4]   2> 15678 INFO  (closeThreadPool-70-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72213964200148997-127.0.0.1:41923_solr-n_0000000000) closing
   [junit4]   2> 15779 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72213964200148997-127.0.0.1:41923_solr-n_0000000000) closing
   [junit4]   2> 15781 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@20d03398{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 15781 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@211cb054{/solr,null,UNAVAILABLE}
   [junit4]   2> 15781 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 15782 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 15985 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 15986 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42243
   [junit4]   2> 15986 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42243
   [junit4]   2> 15986 INFO  (SUITE-FuzzySearchTest-seed#[A36832D15D3FBAFE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42243
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_A36832D15D3FBAFE-002
   [junit4]   2> Dec 20, 2019 2:53:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=457, maxMBSortInHeap=5.885625422845019, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2fcf2a79), locale=ha-NG, timezone=Greenwich
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/Oracle Corporation 14-ea (64-bit)/cpus=8,threads=1,free=27477944,total=131072000
   [junit4]   2> NOTE: All tests run in this JVM: [FuzzySearchTest, FuzzySearchTest]
   [junit4] Completed [5/5 (5!)] on J2 in 3.78s, 1 test, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037: There were test failures: 5 suites, 5 tests, 5 failures [seed: A36832D15D3FBAFE]

Total time: 18 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.search.FuzzySearchTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=bc2770ebb834b2871117b22f16f9b432787d4f82, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #25179
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2